Uses of Class
adams.core.base.BaseByte
-
Packages that use BaseByte Package Description adams.core.base -
-
Uses of BaseByte in adams.core.base
Methods in adams.core.base that return BaseByte Modifier and Type Method Description static BaseByte[]BaseByte. toBaseByte(byte[] values)Turns the primitive array into a BaseByte one.static BaseByte[]BaseByte. toBaseByte(Byte[] values)Turns the primitive array into a BaseByte one.Methods in adams.core.base with parameters of type BaseByte Modifier and Type Method Description static Byte[]BaseByte. toNumber(BaseByte[] values)Turns the BaseByte array into a number array.static byte[]BaseByte. toPrimitive(BaseByte[] values)Turns the BaseByte array into a primitive array.
-