separatorData = new byte[4]; System.arraycopy(data, offset, separatorData, 0, 4);
return "<ChunkSeparator of length " + separatorData.length + ">";