com.jniwrapper.macosx.cocoa.mactypes
Class SInt64

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.ac
          extended bycom.jniwrapper.Int64
              extended bycom.jniwrapper.macosx.cocoa.mactypes.SInt64
All Implemented Interfaces:
com.jniwrapper.IntegerParameter

public class SInt64
extends com.jniwrapper.Int64

This class represents SInt64 type.


Field Summary
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
SInt64()
           
SInt64(long value)
           
 
Methods inherited from class com.jniwrapper.Int64
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

SInt64

public SInt64()

SInt64

public SInt64(long value)