public interface FileContentEncoder extends ContentEncoder
FileChannel
Modifier and Type | Method and Description |
---|---|
long |
transfer(FileChannel src,
long position,
long count)
Transfers a portion of entity content from the given file channel
to the underlying network channel.
|
complete, isCompleted, write
long transfer(FileChannel src, long position, long count) throws IOException
src
- the source FileChannel to transfer data from.position
- The position within the file at which the transfer is to begin;
must be non-negativecount
- The maximum number of bytes to be transferred; must be
non-negativeIOException
- if some I/O error occurs.Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.