@Override
 public void writeToChannel(WritableByteChannel channel) throws IOException {
   writer.writeToChannel(channel);
 }