|
Class Summary |
| FixedLengthInputStream |
This is specialization of input stream that is guaranteed to read exactly number
of bytes specified as input parameeter from underlying input stream
- even if stream is closed before
all bytes are read close() will read reamining bytes and WILL NOT call close()
on underlying stream. |
| HttpChunkedInputStream |
Implementation of input stream that will read HTTP chunked encoding |
| HttpConstants |
Place to keep shared HTTP related constants. |
| NotifyCloseInputStream |
This is specialization of input stream that will notify observer when close() is called
but will NOT close underlying stream! |
| NotifyCloseOutputStream |
This is specialization of output stream that will notify observer when close() is called. |