Changed Classes |
NSBundle
|
An NSBundle represents a location in the file system that groups code and resources that can be used in a program. |
NSData
|
NSData and its subclass NSMutableData provide data objects object-oriented wrappers for byte buffers. |
NSLog
|
NSLog is a static class that is used to access the WebObjects Foundation logging system. |
NSLog.Logger
|
NSLog.Logger is an abstract class that specifies the core functionality for NSLog. |
NSPathUtilities
|
This class provides static methods that are useful when working with paths. |
NSProperties
|
This class extends Java's properties mechanism to merge application properties with the standard system properties available using the java.lang.System.getProperties method. |
NSPropertyListSerialization
|
This class provides static methods that convert between property lists and their string representations which can be either strings or NSData objects. |
NSTimestamp
|
NSTimestamp objects represent a particular instant in time. |