org.openide.util.io |
A set of utility classes providing extensions to the Java I/O system.
|
Java Source File Name | Type | Comment |
FoldingIOException.java | Class | Encapsulates an exception. |
NbMarshalledObject.java | Class | Object that holds serialized reference to another object.
Inspired by java.rmi.MarshalledObject but modified to
work with NetBeans and its modules. |
NbObjectInputStream.java | Class | Controlled deserialization stream using the system class loader.
Employs the classloader available from lookup (currently that used for modules).
Also contains static methods to safely read objects that might have problems
during deserialization that should not corrupt the stream. |
NbObjectOutputStream.java | Class | Object output stream that could in the future be smart about saving certain objects. |
NullInputStream.java | Class | Input stream that is always empty. |
NullOutputStream.java | Class | |
OperationException.java | Class | 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. |
ReaderInputStream.java | Class | This class convert Reader to InputStream. |
SafeException.java | Class | 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. |
SafeExceptionTest.java | Class | |