ByteArrayOutputStream cdb = new ByteArrayOutputStream(this.size());
DataOutputStream out = new DataOutputStream(cdb);
try
{
out.writeByte(OPERATION_CODE);
out.writeByte(this.EVPD ? 0x01 : 0x00);
out.writeByte(this.pageCode);
out.writeShort((short) getAllocationLength());
out.writeByte(super.getControl());