Klasse Strs

Alle implementierten Schnittstellen:
PointerInterface

public class Strs extends Pointer
  • Felddetails Linksymbol

    • NULL Linksymbol

      public static final Strs NULL
  • Konstruktordetails Linksymbol

  • Methodendetails Linksymbol

    • nullTerminated Linksymbol

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

      public int getLength()
    • get Linksymbol

      public Str get(int index)
    • getSize Linksymbol

      public int getSize()
    • destroy Linksymbol

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

      public void destroyAll()
      Destroy pointer array and strings