Package de.unkrig.commons.file.contentsprocessing

Utilities for processing the contents of (i.e. the byte stream produced by) an InputStream.

See:
          Description

Interface Summary
ContentsProcessings.ArchiveCombiner<T> Combines the results of ContentsProcessor.process(String, InputStream, long, long, ProducerWhichThrows) for all archive entries into one object.
ContentsProcessor<T>  
 

Class Summary
ContentsProcessings ContentsProcessor-related utility methods.
SelectiveContentsProcessor<T>  
 

Package de.unkrig.commons.file.contentsprocessing Description

Utilities for processing the contents of (i.e. the byte stream produced by) an InputStream.