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 Object
RAW encoding operations
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
    pointer to the current position in the buffer
    (package private) byte[]
    buffer - not included in original class
    (package private) byte
    temporary buffer where bits are coded or decoded
    (package private) int
    number of bits already read or free to write
    (package private) int
    pointer to the end of the buffer
    (package private) int
    length decoded
    (package private) int
    maximum length to decode
    (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

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

    • opj_raw_t

      opj_raw_t()