@FunctionalInterface public static interface Writable.Writer<V>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
write(StreamOutput out,
V value)
Write
V-type value to the output stream. |
void write(StreamOutput out, V value) throws IOException
V-type value to the output stream.out - Output to write the value toovalue - The value to addIOExceptionCopyright © 2021. All rights reserved.