case 0x01 :
// changeable values are not supported
throw new InvalidFieldInCDBException(true, (byte) 1, (byte) 2);
case 0x11 :
// savable values are not supported
throw new SavingParametersNotSupportedException(true, (byte) 1, (byte) 2);
}
ByteArrayOutputStream bs = new ByteArrayOutputStream();
DataOutputStream out = new DataOutputStream(bs);