Class Strs

All Implemented Interfaces:
PointerInterface

public class Strs extends Pointer
  • Field Details

    • NULL

      public static final Strs NULL
  • Constructor Details

  • Method Details

    • nullTerminated

      public static Strs nullTerminated(String[] strs)
    • getLength

      public int getLength()
    • get

      public Str get(int index)
    • getSize

      public int getSize()
    • destroy

      public void destroy()
      If object was initialized with java String constructor destroy all strings and pointer array. Else only destroy pointer array.
    • destroyAll

      public void destroyAll()
      Destroy pointer array and strings