wt.pds
Interface PDSObjectInput

All Superinterfaces:
DataInput, ObjectInput
All Known Implementing Classes:
PDSEncoder.DecodeObjectInputStream, UpgradeEncoder.DecodeObjectInputStream

public interface PDSObjectInput
extends ObjectInput

This is a tagging interface for identifying when a PDS ObjectInput implementation is used to deserialize an object.


Methods inherited from interface java.io.ObjectInput
available, close, read, read, read, readObject, skip
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes