public interface StreamTransformer
OutputStream| Modifier and Type | Method and Description |
|---|---|
void |
initialize(OutputStream out)
Initialize this writer to write in the out OutputStream
|
boolean |
write(OutputStream out,
AtomicLong bytesRequested)
Writes into out the number of bytes requested
|
void initialize(OutputStream out) throws Exception
out - the OutputStream where this writer is going to write informationExceptionboolean write(OutputStream out, AtomicLong bytesRequested) throws Exception
out - the OutputStream where this writer is going to write informationbytesRequested - how many bytes this writer needs to writeExceptionCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.