ewe.io
Interface BufferedStream

All Superinterfaces:
BasicStream, Stream
All Known Implementing Classes:
RandomStreamAdapter, StreamAdapter

public interface BufferedStream
extends Stream


Method Summary
 boolean pushback(byte[] bytes, int start, int count)
           
 
Methods inherited from interface ewe.io.Stream
flush, read, read, read, readBytes, readBytes, toInputStream, toOutputStream, write, write, write, writeBytes, writeBytes
 
Methods inherited from interface ewe.io.BasicStream
close, closeStream, flushStream, isOpen, nonBlockingRead, nonBlockingWrite
 

Method Detail

pushback

public boolean pushback(byte[] bytes,
                        int start,
                        int count)