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
L
M
N
O
P
R
S
T
U
V
W
N
net.sf.plist
- package net.sf.plist
net.sf.plist.io
- package net.sf.plist.io
net.sf.plist.io.bin
- package net.sf.plist.io.bin
net.sf.plist.io.domxml
- package net.sf.plist.io.domxml
NSArray
- Class in
net.sf.plist
Ordered list of
NSObject
s.
NSArray(List<NSObject>)
- Constructor for class net.sf.plist.
NSArray
Constructor.
NSBoolean
- Class in
net.sf.plist
Represents a value of either
Boolean.TRUE
or
Boolean.FALSE
.
NSBoolean(boolean)
- Constructor for class net.sf.plist.
NSBoolean
Constructor.
NSData
- Class in
net.sf.plist
Represents a binary blob.
NSData(byte[])
- Constructor for class net.sf.plist.
NSData
Constructor.
NSDate
- Class in
net.sf.plist
Represents a date and time.
NSDate(Date)
- Constructor for class net.sf.plist.
NSDate
Constructor.
NSDictionary
- Class in
net.sf.plist
A key/value store, with
String
as keys and
NSObject
as values.
NSDictionary(Map<String, NSObject>)
- Constructor for class net.sf.plist.
NSDictionary
Constructor .
NSInteger
- Class in
net.sf.plist
Represents an integer number between -2^63 and 2^63-1.
NSInteger(long)
- Constructor for class net.sf.plist.
NSInteger
Constructor.
NSNumber
- Class in
net.sf.plist
Represents a number.
NSNumber()
- Constructor for class net.sf.plist.
NSNumber
NSObject
- Class in
net.sf.plist
Every Property List contains one or more
NSObject
s.
NSReal
- Class in
net.sf.plist
Represents an real number of 64 bits in size.
NSReal(double)
- Constructor for class net.sf.plist.
NSReal
Constructor.
NSString
- Class in
net.sf.plist
Represents a string.
NSString(String)
- Constructor for class net.sf.plist.
NSString
Constructor.
NULL
- Static variable in class net.sf.plist.io.bin.
BinaryParser
NULL byte
number()
- Method in class net.sf.plist.
NSInteger
Get the contents of this object as a
Number
.
number()
- Method in class net.sf.plist.
NSNumber
Get the contents of this object as a
Number
.
number()
- Method in class net.sf.plist.
NSReal
Get the contents of this object as a
Number
.
numObjects
- Variable in class net.sf.plist.io.bin.
BinaryParser
Number of objects in stream
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
L
M
N
O
P
R
S
T
U
V
W