Class RewindableInputStream.Block

  • Enclosing class:
    RewindableInputStream

    static class RewindableInputStream.Block
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Block()  
      Block​(int minSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void append​(byte b)  
      (package private) void append​(byte[] b, int off, int len)  
      • Methods inherited from class java.lang.Object

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

      • Block

        Block​(int minSize)
      • Block

        Block()
    • Method Detail

      • append

        void append​(byte b)
      • append

        void append​(byte[] b,
                    int off,
                    int len)