A B C D E F G H I K L M N O P R S T U V W 

B

Base64 - Class in net.sf.plist.util
A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance with RFC 2045.

On Windows XP sp1 with 1.4.2_04 and later ;), this encoder and decoder is about 10 times faster on small arrays (10 - 1000 bytes) and 2-3 times as fast on larger arrays (10000 - 1000000 bytes) compared to sun.misc.Encoder()/Decoder().

On byte arrays the encoder is about 20% faster than Jakarta Commons Base64 Codec for encode and about 50% faster for decoding large arrays.
Base64() - Constructor for class net.sf.plist.util.Base64
 
BinaryParser - Class in net.sf.plist.io.bin
Parses binary property list files to a tree consisting of NSObjects
BinaryParser(File) - Constructor for class net.sf.plist.io.bin.BinaryParser
 
BinaryParser(InputStream) - Constructor for class net.sf.plist.io.bin.BinaryParser
 
BinaryWriter - Class in net.sf.plist.io.bin
Serializes a tree consisting of NSObjects to a binary property list
BinaryWriter(NSObject) - Constructor for class net.sf.plist.io.bin.BinaryWriter
 
bool() - Method in class net.sf.plist.NSBoolean
Get the boolean represented by this object.
buildObjectIndex(NSObject...) - Method in class net.sf.plist.io.bin.BinaryWriter
Add all objects to the objectIndex, and search all objects of type NSDictionary or NSArray for more.
buildObjectIndex(String...) - Method in class net.sf.plist.io.bin.BinaryWriter
Add all strings to the objectIndex as NSStrings
A B C D E F G H I K L M N O P R S T U V W