Examples of dataNoCopy()


Examples of com.webobjects.foundation._NSStreamingOutputData.dataNoCopy()

   * @since 5.5.3
   */
  public static NSData dataFromPropertyList(Object plist, PListFormat type, String encoding) {
    _NSStreamingOutputData data = new _NSStreamingOutputData();
    writePropertyListToStream(plist, data, type, encoding);
    return data.dataNoCopy();
  }

  /**
   * Converts an NSData into a property list and returns it.
   * <p>
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.