InputStream and writing to an OutputStream.See: Description
| Interface | Description |
|---|---|
| ContentsTransformer |
An entity that transforms contents, i.e. it reads bytes from an
InputStream and writes bytes to an
OutputStream. |
| TextTransformer |
Same as the
ContentsTransformer, but operates on Readers and Writers instead of
InputStreams and OutputStreams. |
| Class | Description |
|---|---|
| ContentsTransformations |
Utility class for
ContentsTransformer. |
| SelectiveContentsTransformer |
A
ContentsTransformer that delegates contents transformation to one of two delegates, depending on whether
the path argument matches a string Predicate or not. |
InputStream and writing to an OutputStream.Copyright © 2018 Arno Unkrig. All rights reserved.