75767778798081
@Override public int estimatedTotalOperations() { return this.totalOperations; } @Override public InputStream stream() throws IOException { return new FileChannelInputStream(channel, position, lengthInBytes()); }