Package tritechgemini.fileio
Class GLFFastBlockData
java.lang.Object
tritechgemini.fileio.GLFFastBlockData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGLFFastBlockData(int bMap, long virtualStartByte, int thisBlockBytes, long inputStreamPos) Make information about a block in a zipped input file. -
Method Summary
-
Constructor Details
-
GLFFastBlockData
public GLFFastBlockData(int bMap, long virtualStartByte, int thisBlockBytes, long inputStreamPos) Make information about a block in a zipped input file.- Parameters:
thisBlockBytes-inputStreamPos-totalVirtualBytes-
-
-
Method Details
-
getVirtualStartByte
public long getVirtualStartByte() -
getVirtualEndByte
public long getVirtualEndByte() -
getThisBlockBytes
public int getThisBlockBytes() -
getInputStreamPos
public long getInputStreamPos() -
getbMap
public int getbMap()- Returns:
- the bMap
-