105106107108109110111
} } @Override public long transferTo(long position, long count, FileChannel target) throws IOException { return target.transferFrom(new ConduitReadableByteChannel(this), position, count); }