|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StreamTransformer
A writer of OutputStream
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
void initialize(OutputStream out)
throws Exception
out - the OutputStream where this writer is going to write information
Exception
boolean 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 write
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||