static void
Converts a given property list file into ASCII format.
static void
Converts a given property list file into ASCII format.
static void
static void
Converts a given property list file into the OS X and iOS binary format.
static void
Converts a given property list file into the OS X and iOS binary format.
static void
static void
Converts a given property list file into ASCII format.
static void
static void
Converts a given property list file into the OS X and iOS XML format.
static void
Converts a given property list file into the OS X and iOS XML format.
static void
BinaryPropertyListParser.parse(byte[] data)
Parses a binary property list from a byte array.
Parses a binary property list file.
Parses a binary property list from an input stream.
Parses a binary property list file.
PropertyListParser.parse(byte[] bytes)
Parses a property list from a byte array.
Parses a property list from a file.
Parses a property list from an InputStream.
Parses a property list from a file.
Parses a property list from a file.
XMLPropertyListParser.parse(byte[] bytes)
Parses an XML property list from a byte array.
XMLPropertyListParser.parse(byte[] bytes,
boolean withLineInformation)
Parses an XML property list from a byte array.
Parses an XML property list file.
XMLPropertyListParser.parse(File f,
boolean withLineInformation)
Parses an XML property list file.
Parses an XML property list from an input stream.
Parses an XML property list from an input stream.
Parses an XML property list from a
Reader.
XMLPropertyListParser.parse(Reader reader,
boolean withLineInformation)
Parses an XML property list from a
Reader.
Parses an XML property list file.
XMLPropertyListParser.parse(Path path,
boolean withLineInformation)
Parses an XML property list file.
Parses a property list from an XML document.
PropertyListConverterinstead.