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 DrillSerializable
IOException
public abstract void writeToStream(OutputStream output) throws IOException
writeToStream
in interface DrillSerializable
IOException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void read(DataInput input) throws IOException
read
in interface DrillSerializable
IOException
public void write(DataOutput output) throws IOException
write
in interface DrillSerializable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 1970 The Apache Software Foundation. All rights reserved.