org.rococoa.cocoa.carboncore
Class TECConverterContextRec

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<TECConverterContextRec,TECConverterContextRec.ByValue,TECConverterContextRec.ByReference>
          extended by org.rococoa.cocoa.carboncore.TECConverterContextRec
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<TECConverterContextRec,TECConverterContextRec.ByValue,TECConverterContextRec.ByReference>>
Direct Known Subclasses:
TECConverterContextRec.ByReference, TECConverterContextRec.ByValue

public class TECConverterContextRec
extends Structure<TECConverterContextRec,TECConverterContextRec.ByValue,TECConverterContextRec.ByReference>

native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/TextEncodingPlugin.h:179
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 TECConverterContextRec.ByReference
           
static class TECConverterContextRec.ByValue
           
 
Field Summary
 TECBufferContextRec bufferContext
           
 CarbonCoreLibrary.ProcPtr clearContextInfoProc
           
 int contextRefCon
          private - manipulated only within Plugin
C type : URefCon
 CarbonCoreLibrary.ProcPtr conversionProc
           
 int destEncoding
           
 CarbonCoreLibrary.ProcPtr flushProc
           
 int options1
           
 int options2
           
 Pointer pluginRec
          public - manipulated externally and by plugin
C type : Ptr
 TECPluginStateRec pluginState
           
 int reserved1
           
 int reserved2
           
 int sourceEncoding
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
TECConverterContextRec()
           
 
Method Summary
static TECConverterContextRec[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

pluginRec

public Pointer pluginRec
public - manipulated externally and by plugin
C type : Ptr


sourceEncoding

public int sourceEncoding

destEncoding

public int destEncoding

reserved1

public int reserved1

reserved2

public int reserved2

bufferContext

public TECBufferContextRec bufferContext

contextRefCon

public int contextRefCon
private - manipulated only within Plugin
C type : URefCon


conversionProc

public CarbonCoreLibrary.ProcPtr conversionProc

flushProc

public CarbonCoreLibrary.ProcPtr flushProc

clearContextInfoProc

public CarbonCoreLibrary.ProcPtr clearContextInfoProc

options1

public int options1

options2

public int options2

pluginState

public TECPluginStateRec pluginState
Constructor Detail

TECConverterContextRec

public TECConverterContextRec()
Method Detail

newArray

public static TECConverterContextRec[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.