@Override public int read(ByteBuffer byteBuffer, long l) throws IOException { return inner.read(byteBuffer, l); }
@Override public long read(ByteBuffer[] byteBuffers, int i, int i1) throws IOException { return inner.read(byteBuffers, i, i1); }