Class MessageOutputStream

java.lang.Object
java.io.OutputStream
net.i2p.client.streaming.impl.MessageOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

class MessageOutputStream
extends OutputStream
A stream that we can shove data into that fires off those bytes on flush or when the buffer is full. It also blocks according to the data receiver's needs.

MessageOutputStream -> ConnectionDataReceiver -> Connection -> PacketQueue -> I2PSession