Package bdsup2sub.supstream
Class ImageObjectFragment
java.lang.Object
bdsup2sub.supstream.ImageObjectFragment
Contains offset and size of one fragment containing (parts of the) RLE buffer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long
offset to RLE buffer in SUP fileprivate final int
size of this part of the RLE buffer -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
imageBufferOfs
private final long imageBufferOfsoffset to RLE buffer in SUP file -
imagePacketSize
private final int imagePacketSizesize of this part of the RLE buffer
-
-
Constructor Details
-
ImageObjectFragment
public ImageObjectFragment(long imageBufferOfs, int imagePacketSize)
-
-
Method Details