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