1. | Creating an input or output stream on a ByteBuffer | | |
2. | Creating a Manifest for a JAR File | | |
3. | Convert InputStream to String | | |
4. | An limited-data-size input stream | | |
5. | An input stream which reads sequentially from multiple sources | | |
6. | Combined InputStream | | |
7. | Size Limit InputStream | | |
8. | Minimal InputStream subclass to fetch bytes form a String | | |
9. | Read and return the entire contents of the supplied InputStream. This method always closes the stream when finished reading. | | |
|
10. | Compare two InputStream | | |
11. | Read and return the entire contents of the supplied InputStream. | | |
12. | Deserializes an object from an input stream. | | |
13. | Reads at most certain bytes from input stream and returns them as a byte array. | | |
14. | Convert Reader to InputStream | | |
15. | A trace of the data that is being retrieved from an input stream | | |
16. | EOLConvertingInputStream: InputStream which converts \r bytes not followed by \n and \n not preceded by \r to \r\n. | | |
17. | A line reading wrapper that works with byte streams. | | |
18. | Smart Encoding InputStream | | |
19. | Wraps a stream that has been exported to import the data in readable form | | |
20. | This input stream wrapper closes the base input stream when fully read. | | |
21. | LZFInputStream and LZFOutputStream | | |
22. | Random input stream | | |