Package de.unkrig.commons.file.contentstransformation

Utilities for transforming contents, i.e. reading bytes from an InputStream and writing to an OutputStream.

See:
          Description

Interface Summary
ContentsTransformer An entity that transforms contents, i.e. it reads bytes from an InputStream and writes bytes to an OutputStream.
 

Class Summary
ContentsTransformations Utility class for ContentsTransformer.
SelectiveContentsTransformer A ContentsTransformer that delegates contents transformation to one of two delegates, depending on whether the name argument matches a string Predicate or not.
 

Package de.unkrig.commons.file.contentstransformation Description

Utilities for transforming contents, i.e. reading bytes from an InputStream and writing to an OutputStream.