- write(OutputStream) - Method in class net.sf.plist.io.bin.BinaryWriter
-
Write the property list to a stream
- write(OutputStream) - Method in class net.sf.plist.io.domxml.DOMXMLWriter
-
Write the property list to a stream
- write(OutputStream, boolean) - Method in class net.sf.plist.io.domxml.DOMXMLWriter
-
Convert a tree to a XML property list and write it to a stream
- write(OutputStream) - Method in class net.sf.plist.io.PropertyListWriter
-
Write the property list to a stream
- write(NSObject, OutputStream, PropertyListWriter.Format) - Static method in class net.sf.plist.io.PropertyListWriter
-
Convert a tree to a property list and write it to a stream
- write(NSObject, File) - Static method in class net.sf.plist.io.PropertyListWriter
-
Convert a tree to a property list and write it to a stream
- write(NSObject, File, PropertyListWriter.Format) - Static method in class net.sf.plist.io.PropertyListWriter
-
Convert a tree to a property list and write it to a file
- writeArray(NSArray) - Method in class net.sf.plist.io.bin.BinaryWriter
-
Write an array to the stream
- writeBoolean(NSBoolean) - Method in class net.sf.plist.io.bin.BinaryWriter
-
Write a boolean to the stream
- writeData(NSData) - Method in class net.sf.plist.io.bin.BinaryWriter
-
Write a data object to the stream
- writeDate(NSDate) - Method in class net.sf.plist.io.bin.BinaryWriter
-
Write date to the stream
- writeDictionary(NSDictionary) - Method in class net.sf.plist.io.bin.BinaryWriter
-
Write a dictionary to the stream
- writeInteger(NSInteger) - Method in class net.sf.plist.io.bin.BinaryWriter
-
Write an integer to the stream
- writeObject(NSObject) - Method in class net.sf.plist.io.bin.BinaryWriter
-
Write an object to the stream
- writeObjectHeader(long, byte) - Method in class net.sf.plist.io.bin.BinaryWriter
-
Write the object header consisting of the type and length to the stream
- writeReal(NSReal) - Method in class net.sf.plist.io.bin.BinaryWriter
-
Write a real to the stream
- writeString(NSString) - Method in class net.sf.plist.io.bin.BinaryWriter
-
Write a string to the stream