public interface DrillSerializable extends Externalizable
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Modifier and Type | Method and Description |
|---|---|
void |
read(DataInput input) |
void |
readFromStream(InputStream input) |
void |
write(DataOutput output) |
void |
writeToStream(OutputStream output) |
readExternal, writeExternalvoid read(DataInput input) throws IOException
IOExceptionvoid readFromStream(InputStream input) throws IOException
IOExceptionvoid write(DataOutput output) throws IOException
IOExceptionvoid writeToStream(OutputStream output) throws IOException
IOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.