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

Packages that use AsyncTransferrer
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. 
net.sf.mmm.util.process.base Provides the base-implementation for Process-Util API
 

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

Methods in net.sf.mmm.util.io.api that return AsyncTransferrer
 AsyncTransferrer StreamUtil.transferAsync(InputStream inStream, OutputStream outStream, boolean keepOutStreamOpen)
          This method transfers the contents of the given inStream to the given outStream.
 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)
          This method transfers the contents of the given reader to the given writer.
 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 AsyncTransferrer in net.sf.mmm.util.io.base
 

Classes in net.sf.mmm.util.io.base that implement AsyncTransferrer
protected static class StreamUtilImpl.AsyncTransferrerImpl
          This is the default implementation of the AsyncTransferrer interface.
 

Methods in net.sf.mmm.util.io.base that return AsyncTransferrer
 AsyncTransferrer StreamUtilImpl.transferAsync(InputStream inStream, OutputStream outStream, boolean keepOutStreamOpen)
          This method transfers the contents of the given inStream to the given outStream.
 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)
          This method transfers the contents of the given reader to the given writer.
 AsyncTransferrer StreamUtilImpl.transferAsync(Reader reader, Writer writer, boolean keepWriterOpen, TransferCallback callback)
          This method transfers the contents of the given reader to the given writer.
 

Uses of AsyncTransferrer in net.sf.mmm.util.process.base
 

Fields in net.sf.mmm.util.process.base declared as AsyncTransferrer
private  AsyncTransferrer[] ProcessUtilImpl.ProcessExecutor.transferrers
           
 



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