This method of the Variant Class retrieves the value of a VT_UI1 Variant.
public byte getByte();
Returns the Variant object's value, which is converted to a Java byte.
ClassCastException if the variant type is not VT_UI1.