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
class FileJPEG2000.opj_raw_t extends java.lang.ObjectRAW encoding operations
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intbppointer to the current position in the buffer(package private) byte[]bufferbuffer - not included in original class(package private) bytectemporary buffer where bits are coded or decoded(package private) intctnumber of bits already read or free to write(package private) intendpointer to the end of the buffer(package private) intlenlength decoded(package private) intlenmaxmaximum length to decode(package private) intstartpointer to the start of the buffer
-
Constructor Summary
Constructors Constructor Description opj_raw_t()
-
-
-
Field Detail
-
c
byte c
temporary buffer where bits are coded or decoded
-
ct
int ct
number of bits already read or free to write
-
lenmax
int lenmax
maximum length to decode
-
len
int len
length decoded
-
buffer
byte[] buffer
buffer - not included in original class
-
bp
int bp
pointer to the current position in the buffer
-
start
int start
pointer to the start of the buffer
-
end
int end
pointer to the end of the buffer
-
-