com.ochafik.lang.jnaerator.runtime
Class StringPointer

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

Deprecated.

@Deprecated
public class StringPointer
extends Structure<StringPointer,StringPointer.ByValue,StringPointer.ByReference>


Nested Class Summary
static class StringPointer.ByReference
          Deprecated.  
static class StringPointer.ByValue
          Deprecated.  
 
Field Summary
 String value
          Deprecated.  
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
StringPointer()
          Deprecated.  
StringPointer(Pointer p)
          Deprecated.  
StringPointer(Pointer p, int offset)
          Deprecated.  
StringPointer(PointerType p)
          Deprecated.  
StringPointer(String value)
          Deprecated.  
 
Method Summary
protected  StringPointer.ByReference newByReference()
          Deprecated.  
protected  StringPointer.ByValue newByValue()
          Deprecated.  
protected  StringPointer newInstance()
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, getBitsAnnotation, newArray, read, readDependency, setDependency, setupClone, setupClone, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, useMemory, useMemory, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

value

public String value
Deprecated. 
Constructor Detail

StringPointer

public StringPointer()
Deprecated. 

StringPointer

public StringPointer(PointerType p)
Deprecated. 

StringPointer

public StringPointer(Pointer p)
Deprecated. 

StringPointer

public StringPointer(Pointer p,
                     int offset)
Deprecated. 

StringPointer

public StringPointer(String value)
Deprecated. 
Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Structure

newByReference

protected StringPointer.ByReference newByReference()
Deprecated. 
Specified by:
newByReference in class Structure<StringPointer,StringPointer.ByValue,StringPointer.ByReference>

newByValue

protected StringPointer.ByValue newByValue()
Deprecated. 
Specified by:
newByValue in class Structure<StringPointer,StringPointer.ByValue,StringPointer.ByReference>

newInstance

protected StringPointer newInstance()
Deprecated. 
Specified by:
newInstance in class Structure<StringPointer,StringPointer.ByValue,StringPointer.ByReference>


Copyright © 2009. All Rights Reserved.