org.rococoa.cocoa.carboncore
Class HFSUniStr255

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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.


Nested Class Summary
static class HFSUniStr255.ByReference
           
static class HFSUniStr255.ByValue
           
 
Field Summary
 short length
           
 short[] unicode
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
HFSUniStr255()
           
HFSUniStr255(short length, short[] unicode)
           
 
Method Summary
 HFSUniStr255.ByReference byReference()
           
 HFSUniStr255.ByValue byValue()
           
 HFSUniStr255 clone()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

length

public short length

unicode

public short[] unicode
Constructor Detail

HFSUniStr255

public HFSUniStr255()

HFSUniStr255

public HFSUniStr255(short length,
                    short[] unicode)
Parameters:
length - number of unicode characters
unicode - unicode characters
Method Detail

byReference

public HFSUniStr255.ByReference byReference()

byValue

public HFSUniStr255.ByValue byValue()

clone

public HFSUniStr255 clone()
Overrides:
clone in class Object