Class FormatIdInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.DataInputStream
org.apache.derby.iapi.services.io.FormatIdInputStream
All Implemented Interfaces:
Closeable, DataInput, ObjectInput, AutoCloseable, CloneableStream, ErrorInfo, ErrorObjectInput, Resetable

public final class FormatIdInputStream extends DataInputStream implements ErrorObjectInput, Resetable, CloneableStream
A stream for reading objects with format id tags which was produced by a FormatIdOutputStream.

Please see the documentation for FormatIdOutputStream for information about the streams format and capabilites.