Class BufferedByteHolderInputStream

    • Constructor Detail

      • BufferedByteHolderInputStream

        public BufferedByteHolderInputStream​(ByteHolder bh)
    • Method Detail

      • fillByteHolder

        public abstract void fillByteHolder()
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • read

        public int read()
                 throws java.io.IOException
        Overrides:
        read in class ByteHolderInputStream
        Throws:
        java.io.IOException
      • read

        public int read​(byte[] b,
                        int off,
                        int len)
                 throws java.io.IOException
        Overrides:
        read in class ByteHolderInputStream
        Throws:
        java.io.IOException
      • skip

        public long skip​(long count)
                  throws java.io.IOException
        Overrides:
        skip in class ByteHolderInputStream
        Throws:
        java.io.IOException