站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

org.openide.util.io (Utilities API) - NetBeans API Javadoc (Current Development Version)

org.openide.util 7.9.0 1

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

Package org.openide.util.io Description

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


org.openide.util 7.9.0 1

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.