package

com.facebook.common.streams

Classes

LimitedInputStream Reads the wrapped InputStream only until a specified number of bytes, the 'limit' is reached. 
TailAppendingInputStream InputStream that returns all bytes from another stream, then appends the specified 'tail' bytes.