Class RleReader


  • class RleReader
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int count  
      private boolean isCompressed  
      private byte sample  
    • Constructor Summary

      Constructors 
      Constructor Description
      RleReader​(boolean isCompressed)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void read​(java.io.InputStream is, byte[] samples)  
      • Methods inherited from class java.lang.Object

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

      • isCompressed

        private final boolean isCompressed
      • count

        private int count
      • sample

        private byte sample
    • Constructor Detail

      • RleReader

        RleReader​(boolean isCompressed)