Package network.oxalis.ng.commons.io
-
Class Summary Class Description PeekingInputStream Caching InputStream to be used when reading the beginning of a stream is needed before the stream is "reset" when the exact amount of data is unknown and support for marking of is irrelevant.UnclosableInputStream Simple wrapper of an InputStream making sure the close method on the encapsulated InputStream is never called.