Uses of Class
net.sf.plist.NSReal

Packages that use NSReal
net.sf.plist.io.bin   
net.sf.plist.io.domxml   
 

Uses of NSReal in net.sf.plist.io.bin
 

Methods in net.sf.plist.io.bin that return NSReal
protected  NSReal BinaryParser.parseReal(byte length)
          Parse a node to a NSReal on a given start address
 

Uses of NSReal in net.sf.plist.io.domxml
 

Methods in net.sf.plist.io.domxml with parameters of type NSReal
protected  Element DOMXMLWriter.generateReal(NSReal real)
          Convert an NSReal to an XML element