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 Object
Individual bit input-output stream (BIO)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
    pointer to the present position in the buffer
    (package private) int
    temporary place where each byte is read or written
    (package private) int
    coder : number of bits free to write. decoder : number of bits read
    (package private) byte[]
     
    (package private) int
    pointer to the end of the buffer
    (package private) int
    pointer to the start of the buffer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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
  • Constructor Details

    • opj_bio_t

      opj_bio_t()