com.jniwrapper.macosx.cocoa.mactypes
Class SInt32

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.ac
          extended bycom.jniwrapper.Int32
              extended bycom.jniwrapper.macosx.cocoa.mactypes.SInt32
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
CFIndex

public class SInt32
extends com.jniwrapper.Int32

This class represents SInt32 type.


Field Summary
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
SInt32()
           
SInt32(int value)
           
 
Methods inherited from class com.jniwrapper.Int32
clone, getLength, getValue, read, setValue, write
 
Methods inherited from class com.jniwrapper.ac
equals, getDebugInfo, hashCode, toLong, toString
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, acceptIOPerformer, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SInt32

public SInt32()

SInt32

public SInt32(int value)