Package jnr.ffi
Class StructLayout.AsciiStringRef
java.lang.Object
jnr.ffi.StructLayout.Field
jnr.ffi.StructLayout.AbstractField
jnr.ffi.StructLayout.String
jnr.ffi.StructLayout.UTFStringRef
jnr.ffi.StructLayout.AsciiStringRef
- Enclosing class:
- StructLayout
-
Field Summary
Fields inherited from class jnr.ffi.StructLayout.String
charset, length -
Constructor Summary
ConstructorsConstructorDescriptionAsciiStringRef(int size) AsciiStringRef(int size, StructLayout.Offset offset) -
Method Summary
Methods inherited from class jnr.ffi.StructLayout.UTFStringRef
get, getStringMemory, setMethods inherited from class jnr.ffi.StructLayout.String
length, toStringMethods inherited from class jnr.ffi.StructLayout.Field
enclosing, offset
-
Constructor Details
-
AsciiStringRef
public AsciiStringRef(int size) -
AsciiStringRef
-
AsciiStringRef
public AsciiStringRef()
-