Uses of Class
cn.sliew.milky.common.io.stream.StreamInput
-
Packages that use StreamInput Package Description cn.sliew.milky.common.io.stream -
-
Uses of StreamInput in cn.sliew.milky.common.io.stream
Subclasses of StreamInput in cn.sliew.milky.common.io.stream Modifier and Type Class Description classInputStreamStreamInputMethods in cn.sliew.milky.common.io.stream that return StreamInput Modifier and Type Method Description static StreamInputStreamInput. wrap(byte[] bytes)static StreamInputStreamInput. wrap(byte[] bytes, int offset, int length)Methods in cn.sliew.milky.common.io.stream with parameters of type StreamInput Modifier and Type Method Description VReadable.Reader. read(StreamInput in)ReadV-type value from a stream.voidReadable. readFrom(StreamInput in)Set this object's fields from a StreamInput.
-