Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_raw_t
java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_raw_t
- Enclosing class:
FileJPEG2000
RAW encoding operations
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intpointer to the current position in the buffer(package private) byte[]buffer - not included in original class(package private) bytetemporary buffer where bits are coded or decoded(package private) intnumber of bits already read or free to write(package private) intpointer to the end of the buffer(package private) intlength decoded(package private) intmaximum length to decode(package private) intpointer to the start of the buffer -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
c
byte ctemporary buffer where bits are coded or decoded -
ct
int ctnumber of bits already read or free to write -
lenmax
int lenmaxmaximum length to decode -
len
int lenlength decoded -
buffer
byte[] bufferbuffer - not included in original class -
bp
int bppointer to the current position in the buffer -
start
int startpointer to the start of the buffer -
end
int endpointer to the end of the buffer
-
-
Constructor Details
-
opj_raw_t
opj_raw_t()
-