output.write((byte) 0);
output.write(bytes);
output.write((byte) 255);
output.flush();
}
loggableWriter.markSeparatorForLog();
}
@Override
protected CloseReason runListenLoop(LoggableInputStream loggableReader)
throws IOException, InterruptedException {