ccs.utils
Class SwappingBuffer.PeekableBAOS

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.ByteArrayOutputStream
          extended by ccs.utils.SwappingBuffer.PeekableBAOS
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable
Enclosing class:
SwappingBuffer

protected static class SwappingBuffer.PeekableBAOS
extends java.io.ByteArrayOutputStream


Field Summary
 
Fields inherited from class java.io.ByteArrayOutputStream
buf, count
 
Constructor Summary
protected SwappingBuffer.PeekableBAOS()
           
 
Method Summary
 void peek(byte[] wad, int woff, int len, int boff)
           
 
Methods inherited from class java.io.ByteArrayOutputStream
close, reset, size, toByteArray, toString, toString, toString, write, write, writeTo
 
Methods inherited from class java.io.OutputStream
flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SwappingBuffer.PeekableBAOS

protected SwappingBuffer.PeekableBAOS()
Method Detail

peek

public void peek(byte[] wad,
                 int woff,
                 int len,
                 int boff)