Class libjpeg.my_source_mgr

  • Enclosing class:
    libjpeg

    class libjpeg.my_source_mgr
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] buffer  
      (package private) int buffer_index  
      (package private) int bytes_in_buffer  
      (package private) java.io.RandomAccessFile infile  
      (package private) boolean start_of_file  
    • Constructor Summary

      Constructors 
      Constructor Description
      my_source_mgr()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • buffer_index

        int buffer_index
      • bytes_in_buffer

        int bytes_in_buffer
      • infile

        java.io.RandomAccessFile infile
      • buffer

        byte[] buffer
      • start_of_file

        boolean start_of_file
    • Constructor Detail

      • my_source_mgr

        my_source_mgr()