Package com.sun.jna

Class FastMemory

java.lang.Object
com.sun.jna.Pointer
com.sun.jna.FastMemory

public class FastMemory extends com.sun.jna.Pointer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected long
     

    Fields inherited from class com.sun.jna.Pointer

    NULL, peer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    FastMemory(int size)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class com.sun.jna.Pointer

    clear, createConstant, createConstant, dump, equals, getByte, getByteArray, getByteBuffer, getChar, getCharArray, getDouble, getDoubleArray, getFloat, getFloatArray, getInt, getIntArray, getLong, getLongArray, getNativeLong, getPointer, getPointerArray, getPointerArray, getShort, getShortArray, getString, getString, getStringArray, getStringArray, getStringArray, getStringArray, getWideString, getWideStringArray, getWideStringArray, hashCode, indexOf, nativeValue, nativeValue, read, read, read, read, read, read, read, read, setByte, setChar, setDouble, setFloat, setInt, setLong, setMemory, setNativeLong, setPointer, setShort, setString, setString, setString, setWideString, share, share, toString, write, write, write, write, write, write, write, write

    Methods inherited from class java.lang.Object

    clone, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • size

      protected long size
  • Constructor Details

    • FastMemory

      public FastMemory()
    • FastMemory

      public FastMemory(int size)
  • Method Details

    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object