public interface Writable
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
Writable.Writer<V> |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.
|
void writeTo(StreamOutput out) throws IOException
IOExceptionCopyright © 2021. All rights reserved.