Ejemplo n.º 1
0
 @Override
 public long writeFinal(ByteBuffer[] srcs, int offset, int length) throws IOException {
   return conduit.writeFinal(srcs, offset, length);
 }
Ejemplo n.º 2
0
 @Override
 public long writeFinal(ByteBuffer[] srcs) throws IOException {
   return conduit.writeFinal(srcs, 0, srcs.length);
 }
Ejemplo n.º 3
0
 @Override
 public int writeFinal(ByteBuffer src) throws IOException {
   return conduit.writeFinal(src);
 }