Package | Description |
---|---|
net.sf.plist.io.bin | |
net.sf.plist.io.domxml |
Modifier and Type | Method and Description |
---|---|
protected NSData |
BinaryParser.parseData(byte length)
Parse a node to a NSData on a given start address
|
Modifier and Type | Method and Description |
---|---|
protected long |
BinaryWriter.writeData(NSData obj)
Write a data object to the stream
|
Modifier and Type | Method and Description |
---|---|
protected static NSData |
DOMXMLParser.parseData(org.w3c.dom.Node node)
Convert a node to an NSDictionary
|
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.Element |
DOMXMLWriter.generateData(NSData data)
Convert an NSData to an XML element
|