Class CAPI.cstring

  • Enclosing class:
    CAPI


    public static class CAPI.cstring
    extends com.sun.jna.PointerType
    • Constructor Summary

      Constructors 
      Constructor Description
      cstring​()  
      cstring​(java.lang.String string)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString​()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from class com.sun.jna.PointerType

        equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
    • Constructor Detail

      • cstring

        public cstring​()
      • cstring

        public cstring​(java.lang.String string)
    • Method Detail

      • toString

        public java.lang.String toString​()
        Overrides:
        toString in class com.sun.jna.PointerType