Package com.sun.jna.platform.win32
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.
- See Also:
- 
Field SummaryFields inherited from class com.sun.jna.platform.win32.WinDef.UCHARSIZE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.platform.win32.WinDef.UCHARcompareToMethods inherited from class com.sun.jna.IntegerTypecompare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toStringMethods inherited from class java.lang.NumberbyteValue, shortValue
- 
Constructor Details- 
BYTEpublic BYTE()Instantiates a new byte.
- 
BYTEpublic BYTE(long value) Instantiates a new byte.- Parameters:
- value- the value
 
 
-