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

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

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

Classes in org.apache.derby.iapi.services.io that implement Limit
 class ArrayInputStream
          An InputStream that allows reading from an array of bytes.
 class ArrayOutputStream
           
 class CounterOutputStream
          An OutputStream that simply provides methods to count the number of bytes written to an underlying stream.
 class LimitInputStream
          An abstract InputStream that provides abstract methods to limit the range that can be read from the stream.
 class LimitReader
          A Reader that provides methods to limit the range that can be read from the reader.