6061626364656667686970
public void rawAppend(RawEvent evt) throws TException { try { WriteableEvent e = WriteableEvent.create(evt.getRaw().array()); sink.append(e); } catch (IOException e) { e.printStackTrace(); throw new TException("Caught IO exception " + e); } }