Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_bio_t
java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_bio_t
- Enclosing class:
FileJPEG2000
Individual bit input-output stream (BIO)
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intpointer to the present position in the buffer(package private) inttemporary place where each byte is read or written(package private) intcoder : number of bits free to write. decoder : number of bits read(package private) byte[](package private) intpointer to the end of the buffer(package private) intpointer to the start of the buffer -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
data
byte[] data -
start
int startpointer to the start of the buffer -
end
int endpointer to the end of the buffer -
bp
int bppointer to the present position in the buffer -
buf
int buftemporary place where each byte is read or written -
ct
int ctcoder : number of bits free to write. decoder : number of bits read
-
-
Constructor Details
-
opj_bio_t
opj_bio_t()
-