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

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


Uses of Interface
org.jboss.util.stream.StreamListener

Packages that use StreamListener
org.jboss.util.stream Stream related classes. 
 

Uses of StreamListener in org.jboss.util.stream
 

Methods in org.jboss.util.stream with parameters of type StreamListener
 void NotifyingBufferedOutputStream.setStreamListener(StreamListener listener)
           
 void NotifyingBufferedInputStream.setStreamListener(StreamListener listener)
           
 

Constructors in org.jboss.util.stream with parameters of type StreamListener
NotifyingBufferedOutputStream(OutputStream os, int size, int chunkSize, StreamListener listener)
          Construct a notifying buffered outputstream.
The listener is notified once every chunk.
NotifyingBufferedInputStream(InputStream is, int size, int chunkSize, StreamListener listener)
          Construct a notifying buffered inputstream.
 



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