Uses of Interface
net.sf.mmm.util.io.api.TransferCallback

Packages that use TransferCallback
net.sf.mmm.util.io.api Provides the API for utilities that help to read and write data, process bytes, etc. 
net.sf.mmm.util.io.base Contains public implementations that help to read and write data, process bytes, etc. 
 

Uses of TransferCallback in net.sf.mmm.util.io.api
 

Methods in net.sf.mmm.util.io.api with parameters of type TransferCallback
 AsyncTransferrer StreamUtil.transferAsync(InputStream inStream, OutputStream outStream, boolean keepOutStreamOpen, TransferCallback callback)
          This method transfers the contents of the given inStream to the given outStream.
 AsyncTransferrer StreamUtil.transferAsync(Reader reader, Writer writer, boolean keepWriterOpen, TransferCallback callback)
          This method transfers the contents of the given reader to the given writer.
 

Uses of TransferCallback in net.sf.mmm.util.io.base
 

Fields in net.sf.mmm.util.io.base declared as TransferCallback
private  TransferCallback StreamUtilImpl.BaseTransferrer.callback
          The callback or null.
 

Methods in net.sf.mmm.util.io.base with parameters of type TransferCallback
 AsyncTransferrer StreamUtilImpl.transferAsync(InputStream inStream, OutputStream outStream, boolean keepOutStreamOpen, TransferCallback callback)
          This method transfers the contents of the given inStream to the given outStream.
 AsyncTransferrer StreamUtilImpl.transferAsync(Reader reader, Writer writer, boolean keepWriterOpen, TransferCallback callback)
          This method transfers the contents of the given reader to the given writer.
 

Constructors in net.sf.mmm.util.io.base with parameters of type TransferCallback
StreamUtilImpl.BaseTransferrer(TransferCallback callback)
          The constructor.
StreamUtilImpl.ReaderTransferrer(Reader source, Writer destination, boolean keepDestinationOpen, TransferCallback callback)
          The constructor.
StreamUtilImpl.StreamTransferrer(InputStream source, OutputStream destination, boolean keepDestinationOpen, TransferCallback callback)
          The constructor.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.