Uses of Class
net.sf.asyncobjects.util.CloseableWrapper

Packages that use CloseableWrapper
net.sf.asyncobjects.io This package contains core IO interfaces. 
net.sf.asyncobjects.io.util This package contains uitility input and output streams. 
 

Uses of CloseableWrapper in net.sf.asyncobjects.io
 

Subclasses of CloseableWrapper in net.sf.asyncobjects.io
 class DecoderTextInput
          A text input that uses CharsetDecoder to convert byte input to character input.
 class EncoderTextOutput
          An output that encodes the text into binary.
 

Uses of CloseableWrapper in net.sf.asyncobjects.io.util
 

Subclasses of CloseableWrapper in net.sf.asyncobjects.io.util
 class BoundedByteInput
          Bounded byte input.
 class BoundedInput<D extends BatchedData<D>,I extends AInput<D>>
          Input that allows to read at most the specified length.
 class BoundedTextInput
          Bounded Text input.
 class ExhaustingByteInput
          Byte version of ExhaustingInput.
 class ExhaustingInput<D extends BatchedData<D>,I extends AInput<D>>
           This input waits until stream is fully readed.
 class ExhaustingTextInput
          Text version of ExhaustingInput.
 class SavingByteInput
          A saving byte input
 class SavingInput<D extends BatchedData<D>,I extends AInput<D>,O extends AOutput<D>>
           This utility stream allows to save all data read from byte input to some output.
 class SavingTextInput
          A saving text input
 class UncloseableByteInput
          Uncloseable byte input
 class UncloseableInput<D extends BatchedData<D>,I extends AInput<D>>
          A stream that instead of closing underlying stream just resolves closed() promise.
 class UncloseableTextInput
          Uncloseable text input
 



Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.