Class CFStringRef

  • All Implemented Interfaces:
    com.sun.jna.NativeMapped

    public class CFStringRef
    extends com.sun.jna.ptr.PointerByReference
    • Constructor Summary

      Constructors 
      Constructor Description
      CFStringRef()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CFStringRef toCFString​(java.lang.String s)  
      • Methods inherited from class com.sun.jna.ptr.PointerByReference

        getValue, setValue
      • Methods inherited from class com.sun.jna.ptr.ByReference

        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

      • CFStringRef

        public CFStringRef()
    • Method Detail

      • toCFString

        public static CFStringRef toCFString​(java.lang.String s)