| Package | Description |
|---|---|
| net.sf.plist.io.bin | |
| net.sf.plist.io.domxml |
| Modifier and Type | Method and Description |
|---|---|
protected NSReal |
BinaryParser.parseReal(byte length)
Parse a node to a NSReal on a given start address
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
BinaryWriter.writeReal(NSReal obj)
Write a real to the stream
|
| Modifier and Type | Method and Description |
|---|---|
protected org.w3c.dom.Element |
DOMXMLWriter.generateReal(NSReal real)
Convert an NSReal to an XML element
|