public final class ASCIIPropertyListWriter extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
write(NSArray root,
File out)
Saves a property list with the given object as root into an ASCII file.
|
static void |
write(NSArray root,
Path path)
Saves a property list with the given object as root into an ASCII file.
|
static void |
write(NSDictionary root,
File out)
Saves a property list with the given object as root into an ASCII file.
|
static void |
write(NSDictionary root,
Path path)
Saves a property list with the given object as root into an ASCII file.
|
static void |
writeGnuStep(NSArray root,
File out)
Saves a property list with the given object as root into an ASCII file.
|
static void |
writeGnuStep(NSArray root,
Path path)
Saves a property list with the given object as root into an ASCII file.
|
static void |
writeGnuStep(NSDictionary root,
File out)
Saves a property list with the given object as root into an ASCII file.
|
static void |
writeGnuStep(NSDictionary root,
Path path)
Saves a property list with the given object as root into an ASCII file.
|
public static void write(NSDictionary root, File out) throws IOException
root - The root object.out - The output file. If the output file's parent directory does not exist, it will be created.IOException - If an error occurs during the writing process.public static void write(NSDictionary root, Path path) throws IOException
root - The root object.path - The output file path.IOException - If an error occurs during the writing process.public static void write(NSArray root, File out) throws IOException
root - The root object.out - The output file. If the output file's parent directory does not exist, it will be created.IOException - If an error occurs during the writing process.public static void write(NSArray root, Path path) throws IOException
root - The root object.path - The output file path.IOException - If an error occurs during the writing process.public static void writeGnuStep(NSDictionary root, File out) throws IOException
root - The root object.out - The output file. If the output file's parent directory does not exist, it will be created.IOException - If an error occurs during the writing process.public static void writeGnuStep(NSDictionary root, Path path) throws IOException
root - The root object.path - The output file path.IOException - If an error occurs during the writing process.public static void writeGnuStep(NSArray root, File out) throws IOException
root - The root object.out - The output file. If the output file's parent directory does not exist, it will be created.IOException - If an error occurs during the writing process.public static void writeGnuStep(NSArray root, Path path) throws IOException
root - The root object.path - The output file path.IOException - If an error occurs during the writing process.Copyright © 2024. All rights reserved.