See: Description
| Class | Description |
|---|---|
| NbMarshalledObject |
Object that holds serialized reference to another object.
|
| NbObjectInputStream |
Controlled deserialization stream using the system class loader.
|
| NbObjectOutputStream |
Object output stream that could in the future be smart about saving certain objects.
|
| NullInputStream |
Input stream that is always empty.
|
| NullOutputStream |
null OutputStream utility
|
| ReaderInputStream |
This class convert Reader to InputStream.
|
| Exception | Description |
|---|---|
| FoldingIOException |
Encapsulates an exception.
|
| 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.
|
Built on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.