Package cn.sliew.milky.common.io.stream
Interface Readable
-
- All Known Subinterfaces:
Streamable
public interface Readable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceReadable.Reader<V>Reference to a method that can read some object from a stream.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreadFrom(StreamInput in)Set this object's fields from a StreamInput.
-
-
-
Method Detail
-
readFrom
void readFrom(StreamInput in) throws IOException
Set this object's fields from a StreamInput.- Throws:
IOException
-
-