JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
D
decode(char[])
- Static method in class net.sf.plist.util.
Base64
Decodes a BASE64 encoded char array.
decode(byte[])
- Static method in class net.sf.plist.util.
Base64
Decodes a BASE64 encoded byte array.
decode(String)
- Static method in class net.sf.plist.util.
Base64
Decodes a BASE64 encoded
String
.
decodeFast(char[])
- Static method in class net.sf.plist.util.
Base64
Decodes a BASE64 encoded char array that is known to be resonably well formatted.
decodeFast(byte[])
- Static method in class net.sf.plist.util.
Base64
Decodes a BASE64 encoded byte array that is known to be resonably well formatted.
decodeFast(String)
- Static method in class net.sf.plist.util.
Base64
Decodes a BASE64 encoded string that is known to be resonably well formatted.
DEFAULTFORMAT
- Static variable in class net.sf.plist.io.
PropertyListWriter
The default format used when
PropertyListWriter.write(NSObject, File)
is called.
DOCTYPE_PUBLIC
- Static variable in class net.sf.plist.io.domxml.
DOMXMLWriter
The public declaration of the document type
DOCTYPE_SYSTEM
- Static variable in class net.sf.plist.io.domxml.
DOMXMLWriter
The URL of the document type
DOMXMLParser
- Class in
net.sf.plist.io.domxml
Parses XML property list files to a tree consisting of
NSObject
s
DOMXMLParser(File)
- Constructor for class net.sf.plist.io.domxml.
DOMXMLParser
DOMXMLParser(InputStream)
- Constructor for class net.sf.plist.io.domxml.
DOMXMLParser
DOMXMLWriter
- Class in
net.sf.plist.io.domxml
Serializes a tree consisting of
NSObject
s to an XML property list
DOMXMLWriter(NSObject)
- Constructor for class net.sf.plist.io.domxml.
DOMXMLWriter
DTD
- Static variable in class net.sf.plist.io.domxml.
DOMXMLParser
DTD obtained from http://www.apple.com/DTDs/PropertyList-1.0.dtd, with comments removed
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes