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 Type Method Description MessageOutputStream.WriteStatus
writeData(byte[] buf, int off, int size)
Nonblocking writeboolean
writeInProcess()
-
Method Details
-
writeData
Nonblocking write -
writeInProcess
boolean writeInProcess()
-