com.thaiopensource.validate.auto
Class RewindableInputStream.Block

java.lang.Object
  extended by com.thaiopensource.validate.auto.RewindableInputStream.Block
Enclosing class:
RewindableInputStream

static class RewindableInputStream.Block
extends Object


Field Summary
(package private)  byte[] buf
           
(package private) static int MIN_SIZE
           
(package private)  RewindableInputStream.Block next
           
(package private)  int used
           
 
Constructor Summary
RewindableInputStream.Block()
           
RewindableInputStream.Block(int minSize)
           
 
Method Summary
(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
 

Field Detail

next

RewindableInputStream.Block next

buf

final byte[] buf

used

int used

MIN_SIZE

static final int MIN_SIZE
See Also:
Constant Field Values
Constructor Detail

RewindableInputStream.Block

RewindableInputStream.Block(int minSize)

RewindableInputStream.Block

RewindableInputStream.Block()
Method Detail

append

void append(byte b)

append

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