Class FileJPEG2000.opj_raw_t

  • Enclosing class:
    FileJPEG2000

    class FileJPEG2000.opj_raw_t
    extends java.lang.Object
    RAW encoding operations
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int bp
      pointer to the current position in the buffer
      (package private) byte[] buffer
      buffer - not included in original class
      (package private) byte c
      temporary buffer where bits are coded or decoded
      (package private) int ct
      number of bits already read or free to write
      (package private) int end
      pointer to the end of the buffer
      (package private) int len
      length decoded
      (package private) int lenmax
      maximum length to decode
      (package private) int start
      pointer to the start of the buffer
    • Constructor Summary

      Constructors 
      Constructor Description
      opj_raw_t()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • opj_raw_t

        opj_raw_t()