Package org.opengis.cite.gmljpx20.box
Class ContigousCodestream
java.lang.Object
org.opengis.cite.gmljpx20.box.Box
org.opengis.cite.gmljpx20.box.ContigousCodestream
ContigousCodestream class.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionContigousCodestream(InputStream source, long length, long extendedLength) Constructor for ContigousCodestream. -
Method Summary
Modifier and TypeMethodDescriptionint[]Getter for the fieldcontigousCodestreamData.
-
Constructor Details
-
ContigousCodestream
Constructor for ContigousCodestream.
- Parameters:
source- aInputStreamobjectlength- a longextendedLength- a long- Throws:
IOException- if any.
-
-
Method Details
-
getContigousCodestreamData
public int[] getContigousCodestreamData()Getter for the field
contigousCodestreamData.- Returns:
- an array of
intobjects
-