Package | Description |
---|---|
net.sf.plist.io.bin | |
net.sf.plist.io.domxml |
Modifier and Type | Method and Description |
---|---|
protected NSString |
BinaryParser.parseASCII(byte length)
Parse a node to a NSString on a given start address, parsing with an ASCII charset
|
protected NSString |
BinaryParser.parseUnicode(byte length)
Parse a node to a NSString on a given start address, parsing with an unicode charset
|
Modifier and Type | Method and Description |
---|---|
protected long |
BinaryWriter.writeString(NSString obj)
Write a string to the stream
|
Modifier and Type | Method and Description |
---|---|
protected static NSString |
DOMXMLParser.parseString(org.w3c.dom.Node node)
Convert a node to an NSString
|
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.Element |
DOMXMLWriter.generateString(NSString string)
Convert an NSString to an XML element
|