Class CFString.AsStringNoRetainMarshaler

  • Enclosing class:
    CFString

    public static class CFString.AsStringNoRetainMarshaler
    extends java.lang.Object
    Marshaler used for create and copy methods which have already retained the CFString they return.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toObject​(java.lang.Class<?> cls, long handle, long flags)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AsStringNoRetainMarshaler

        public AsStringNoRetainMarshaler()
    • Method Detail

      • toObject

        public static java.lang.String toObject​(java.lang.Class<?> cls,
                                                long handle,
                                                long flags)