Class CAPI.cstring

  • All Implemented Interfaces:
    com.sun.jna.NativeMapped
    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 com.sun.jna.PointerType

        equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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