Package hec.io
Class DssFileContainer
java.lang.Object
hec.io.DataContainer
hec.io.DssFileContainer
- All Implemented Interfaces:
Serializable,Cloneable
Title:DssFileContainer
Description:This is a simple generic container class that holds the byte contents of a file, and some related information. That file may be an image (.jpg, .tif), a pdf file, a Word Doc, or any file on the system.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hec.io.DataContainer
DataContainer.VERTICAL_DATUM, DataContainer.VERTICAL_UNITS -
Field Summary
FieldsModifier and TypeFieldDescriptionintintintbyte[]longintintFields inherited from class hec.io.DataContainer
coordinateID, coordinateSystem, CURRENT_VERTICAL_DATUM_HEADER, CURRENT_VERTICAL_DATUM_KEY, fileLastWriteTimeMillis, fileName, fullName, horizontalDatum, horizontalUnits, lastWriteTimeMillis, location, locationTimezone, modified, otherInfo, storedAsdoubles, subVersion, supplementalInfo, version, VERTICAL_DATUM_INFO_HEADER, VERTICAL_DATUM_INFO_KEY, verticalDatum, verticalUnits, watershed, xOrdinate, yOrdinate, zOrdinate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hec.io.DataContainer
clone, extractVerticalDatum, getFullName, getHorizontalDatum, getLatLong, getName, getStoreAsDoubles, getSupplementalInfo, getVerticalDatum, getVerticalUnits, insertVerticalDatum, setFullName, setHorizontalDatum, setLatLong, setName, setStoreAsDoubles, setSupplementalInfo, setVerticalDatum, setVerticalDatum, setVerticalUnits, setVerticalUnits, toString
-
Field Details
-
fileArray
public byte[] fileArray -
dataType
public int dataType -
extension
-
lastModTime
public long lastModTime -
imageFileName
-
displayName
-
actualWidth
public int actualWidth -
actualHeight
public int actualHeight -
preferredWidth
public int preferredWidth -
preferredHeight
public int preferredHeight
-
-
Constructor Details
-
DssFileContainer
public DssFileContainer()
-
-
Method Details
-
clone
-