Package cn.sliew.milky.common.io.stream
-
Interface Summary Interface Description Readable Readable.Reader<V> Reference to a method that can read some object from a stream.Streamable Implementers can be written to a StreamOutput and read from a StreamInput.Writable todo 如果使用它作为transport层的传输对象,则无法嵌入自定义的协议Writable.Writer<V> -
Class Summary Class Description InputStreamStreamInput OutputStreamStreamOutput StreamInput A stream from this node to another node.StreamOutput A stream from another node to this node.