public void writeData(byte[] data) throws ToadletContextClosedException, IOException {
   writeData(data, 0, data.length);
 }