Package org.openide.util.io

A set of utility classes providing extensions to the Java I/O system.

See:
          Description

Class Summary
NbMarshalledObject Object that holds serialized reference to another object.
NbObjectInputStream note: keep method resolveObject consistent with NbObjectOutputStream.replaceObject
NbObjectOutputStream note: keep method NbObjectInputStream.resolveObject consistent with replaceObject method
NullInputStream null InputStream utility
NullOutputStream null OutputStream utility
ReaderInputStream This class convert Reader to InputStream.
 

Exception Summary
FoldingIOException Deprecated. Better to create a new IOException and annotate it with the throwable.
OperationException Special IOException that is used to signal that the write operation failed but the underlaying stream is not corrupted and can be used for next operations.
SafeException Special IOException that is used to signal that the write operation failed but the underlaying stream is not corrupted and can be used for next operations.
 

Package org.openide.util.io Description

A set of utility classes providing extensions to the Java I/O system.



Built on February 22 2001.  |  Portions Copyright 1997-2000 Sun Microsystems, Inc. All rights reserved.