Package jtermios
Class JTermios.JTermiosInterface.NativeSize
- java.lang.Object
-
- java.lang.Number
-
- com.sun.jna.IntegerType
-
- jtermios.JTermios.JTermiosInterface.NativeSize
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped,Serializable
- Enclosing interface:
- JTermios.JTermiosInterface
public static class JTermios.JTermiosInterface.NativeSize extends com.sun.jna.IntegerType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intSIZESize of a size_t integer, in bytes.
-
Constructor Summary
Constructors Constructor Description NativeSize()Create a zero-valued Size.NativeSize(long value)Create a Size with the given value.
-
Method Summary
-
Methods inherited from class com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
-