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.ErrorInfo

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

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

Classes in org.apache.derby.iapi.services.io that implement ErrorInfo
(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.
 class FormatIdOutputStream
          A stream for serializing objects with format id tags.
 

Fields in org.apache.derby.iapi.services.io declared as ErrorInfo
private  ErrorInfo FormatIdInputStream.errorInfo
           
 

Methods in org.apache.derby.iapi.services.io with parameters of type ErrorInfo
private  void FormatIdInputStream.setErrorInfo(ErrorInfo ei)