Class BinaryLocationInformation
java.lang.Object
com.dd.plist.LocationInformation
com.dd.plist.BinaryLocationInformation
Information about the location of an NSObject within a binary property list file.
- Author:
- Daniel Dreibrodt
-
Method Summary
Modifier and TypeMethodDescriptionGets a description of the object location.intgetId()Gets the ID of the NSObject.intGets the offset of the NSObject inside the file.Methods inherited from class com.dd.plist.LocationInformation
toString
-
Method Details
-
getId
public int getId()Gets the ID of the NSObject.- Returns:
- The ID of the NSObject.
-
getOffset
public int getOffset()Gets the offset of the NSObject inside the file.- Returns:
- The offset of the NSObject.
-
getDescription
Description copied from class:LocationInformationGets a description of the object location.- Specified by:
getDescriptionin classLocationInformation- Returns:
- The location description.
-