|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutputStreamWriter
A writer of OutputStream
| Method Summary | |
|---|---|
void |
initialize(OutputStream out)
Initialize this writer to write in the out OutputStream |
boolean |
write(OutputStream out,
edu.emory.mathcs.backport.java.util.concurrent.atomic.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,
edu.emory.mathcs.backport.java.util.concurrent.atomic.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 | |||||||||