Class FileTiff.IntFilterInputStream

    • Field Summary

      • Fields inherited from class java.io.FilterInputStream

        in
    • Constructor Summary

      Constructors 
      Constructor Description
      IntFilterInputStream​(java.io.InputStream in)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      int read​(int[] buf)  
      abstract int read​(int[] buf, int off, int len)  
      void setIn​(java.io.InputStream in)  
      • Methods inherited from class java.io.FilterInputStream

        available, close, mark, markSupported, read, read, read, reset, skip
      • Methods inherited from class java.io.InputStream

        nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
      • Methods inherited from class java.lang.Object

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

      • IntFilterInputStream

        public IntFilterInputStream​(java.io.InputStream in)
    • Method Detail

      • setIn

        public void setIn​(java.io.InputStream in)
      • read

        public int read​(int[] buf)
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • read

        public abstract int read​(int[] buf,
                                 int off,
                                 int len)
                          throws java.io.IOException
        Throws:
        java.io.IOException