trailerData = new byte[8]; System.arraycopy(data, offset, trailerData, 0, 8);
return "<ChunkTrailer of length " + trailerData.length + ">";