Package net.i2p.client.streaming.impl
Interface MessageOutputStream.DataReceiver
- All Known Implementing Classes:
 ConnectionDataReceiver
- Enclosing class:
 MessageOutputStream
public static interface MessageOutputStream.DataReceiver
Define a component to receive data flushed from this stream
- 
Method Summary
Modifier and TypeMethodDescriptionwriteData(byte[] buf, int off, int size) Nonblocking writeboolean 
- 
Method Details
- 
writeData
Nonblocking write - 
writeInProcess
boolean writeInProcess() 
 -