站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

org.jboss.util.stream (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


Package org.jboss.util.stream

Stream related classes.

See:
          Description

Interface Summary
Printable A simple interface to allow an object to print itself to a PrintWriter or PrintStream.
StreamListener A stream listener
 

Class Summary
AppendingObjectOutputStream An ObjectOutputStream that can conditionally be put into appending mode.
AppendObjectOutputStream An ObjectOutputStream that is meant for appending onto an existing stream written to by a non AppendObjectOutputStream
AutoResetObjectOutputStream An ObjectOutputStream that will auto reset after n objects have been written to the underlying stream.
CRLFPrintWriter A PrintWriter that ends lines with a carriage return-line feed (CRLF).
NotifyingBufferedInputStream A buffered input stream that notifies every "chunk"
NotifyingBufferedOutputStream A buffered output stream that notifies every "chunk"
NullInputStream A null InputStream.
NullOutputStream A null OutputStream.
ObjectOutputStreamAdapter An ObjectOutputStream wrapping adapter.
Streams A collection of stream related utility methods.
 

Package org.jboss.util.stream Description

Stream related classes.

Package Specification

Related Documentation

Package Status

Todo



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.