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
class FileJPEG2000.opj_bio_t extends java.lang.Object
Individual bit input-output stream (BIO)
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
bp
pointer to the present position in the buffer(package private) int
buf
temporary place where each byte is read or written(package private) int
ct
coder : number of bits free to write. decoder : number of bits read(package private) byte[]
data
(package private) int
end
pointer to the end of the buffer(package private) int
start
pointer to the start of the buffer
-
Constructor Summary
Constructors Constructor Description opj_bio_t()
-
-
-
Field Detail
-
data
byte[] data
-
start
int start
pointer to the start of the buffer
-
end
int end
pointer to the end of the buffer
-
bp
int bp
pointer to the present position in the buffer
-
buf
int buf
temporary place where each byte is read or written
-
ct
int ct
coder : number of bits free to write. decoder : number of bits read
-
-