Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.services.io.ErrorObjectInput

Uses of ErrorObjectInput in org.apache.derby.iapi.services.io
 

Subinterfaces of ErrorObjectInput in org.apache.derby.iapi.services.io
 interface LimitObjectInput
          Limit and ErrorObjectInput capabilities.
 

Classes in org.apache.derby.iapi.services.io that implement ErrorObjectInput
(package private)  class ApplicationObjectInputStream
          An object input stream that implements resolve class in order to load the class through the ClassFactory.loadApplicationClass method.
 class ArrayInputStream
          An InputStream that allows reading from an array of bytes.
 class FormatIdInputStream
          A stream for reading objects with format id tags which was produced by a FormatIdOutputStream.
 

Fields in org.apache.derby.iapi.services.io declared as ErrorObjectInput
private  ErrorObjectInput ArrayInputStream.oi