byteBuffer.comma();
byteBuffer.append( testSetChannelId );
byteBuffer.comma();
final int i =
StringUtils.escapeJavaStyleString( byteBuffer.getData(), byteBuffer.getlength(), buf, 0, buf.length );
byteBuffer.advance( i );
byteBuffer.append( '\n' );
synchronized ( target )
{
target.write( byteBuffer.getData(), 0, byteBuffer.getlength() );
target.flush();