public interface Readable
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
Readable.Reader<V>
Reference to a method that can read some object from a stream.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
readFrom(StreamInput in)
Set this object's fields from a StreamInput.
|
void readFrom(StreamInput in) throws IOException
IOExceptionCopyright © 2021. All rights reserved.