Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • opj_bio_t

        opj_bio_t()