com.niggle.data
Interface ValidatingRecordInput

All Superinterfaces:
java.io.DataInput, java.io.ObjectInput
All Known Implementing Classes:
DefaultRecordInputStream

public interface ValidatingRecordInput
extends java.io.ObjectInput

A marker interface that indicates that records should be validated as they are read in.

Author:
Jonathan Revusky

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