Ejemplo n.º 1
0
 public long transferFrom(
     final StreamSourceChannel source, final long count, final ByteBuffer throughBuffer)
     throws IOException {
   return conduit.transferFrom(source, count, throughBuffer);
 }
Ejemplo n.º 2
0
 public long transferFrom(final FileChannel src, final long position, final long count)
     throws IOException {
   return conduit.transferFrom(src, position, count);
 }