org.rococoa.cocoa.carboncore
Class HFSUniStr255
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.carboncore.HFSUniStr255
- Direct Known Subclasses:
- HFSUniStr255.ByReference, HFSUniStr255.ByValue
public class HFSUniStr255
- extends com.ochafik.lang.jnaerator.runtime.Structure
HFSUniStr255 is the Unicode equivalent of Str255
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
length
public short length
unicode
public short[] unicode
HFSUniStr255
public HFSUniStr255()
HFSUniStr255
public HFSUniStr255(short length,
short[] unicode)
- Parameters:
length
- number of unicode characters
unicode
- unicode characters
byReference
public HFSUniStr255.ByReference byReference()
byValue
public HFSUniStr255.ByValue byValue()
clone
public HFSUniStr255 clone()
- Overrides:
clone
in class Object