/* 69 */ out.writeInt(size);
/* 70 */ this.bytes = new byte[size];
/* 71 */ ((CompressedGeometry)this.node).getCompressedGeometry(this.bytes);
/* 72 */ out.write(this.bytes);
/* */
/* 74 */ this.header = new CompressedGeometryHeader();
/* 75 */ ((CompressedGeometry)this.node).getCompressedGeometryHeader(this.header);
/* 76 */ writeCompressedGeometryHeader(out);
/* */ }