TransformPolicy.LazyTransformedInputStream represents an InputStream that
has been transformed when someone needs to read from it.OutputStreamTransformPolicy that copies the transformed bytes continuously into the PipedOutputStream
without taking into account about how many bytes the object has requested.TransformPolicy that copies the requested transformed bytes in chunks
into the PipedOutputStream.TransformPolicy that copies only the requested transformed bytes
into the PipedOutputStream.TransformPolicy represents a policy that controls how StreamTransformer
transform LazyTransformedInputStream.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.