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, writeExternal
void read(DataInput input) throws IOException
IOException
void readFromStream(InputStream input) throws IOException
IOException
void write(DataOutput output) throws IOException
IOException
void writeToStream(OutputStream output) throws IOException
IOException
Copyright © 1970 The Apache Software Foundation. All rights reserved.