Class WinDef.BYTE
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.UCHAR
com.sun.jna.platform.win32.WinDef.BYTE
- All Implemented Interfaces:
NativeMapped, Serializable, Comparable<WinDef.UCHAR>
- Enclosing interface:
WinDef
The Class BYTE.
- Author:
- dblock[at]dblock.org
- See Also:
-
Field Summary
Fields inherited from class WinDef.UCHAR
SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class WinDef.UCHAR
compareToMethods inherited from class IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toStringMethods inherited from class Number
byteValue, shortValue
-
Constructor Details
-
BYTE
public BYTE()Instantiates a new byte. -
BYTE
public BYTE(long value) Instantiates a new byte.- Parameters:
value- the value
-