public abstract class AbstractStreamSerializable extends Object
logger| Constructor and Description |
|---|
AbstractStreamSerializable() |
| Modifier and Type | Method and Description |
|---|---|
void |
read(DataInput input) |
void |
readExternal(ObjectInput in) |
abstract void |
readFromStream(InputStream input) |
void |
write(DataOutput output) |
void |
writeExternal(ObjectOutput out) |
abstract void |
writeToStream(OutputStream output) |
public abstract void readFromStream(InputStream input) throws IOException
readFromStream in interface DrillSerializableIOExceptionpublic abstract void writeToStream(OutputStream output) throws IOException
writeToStream in interface DrillSerializableIOExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void read(DataInput input) throws IOException
read in interface DrillSerializableIOExceptionpublic void write(DataOutput output) throws IOException
write in interface DrillSerializableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.