Klasse Str

Alle implementierten Schnittstellen:
PointerInterface

public class Str extends Bytes
  • Felddetails

    • NULL

      public static final Str NULL
  • Konstruktordetails

    • Str

      public Str(PointerContainer pointer)
    • Str

      public Str(String str)
      Allocate a null terminated string in the c heap. Copy str to allocated string.
      Parameter:
      str - Java string to copy to c heap
  • Methodendetails

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Pointer
    • getTypeID

      public static int getTypeID()