Class BinaryLocationInformation

java.lang.Object
com.dd.plist.LocationInformation
com.dd.plist.BinaryLocationInformation

public class BinaryLocationInformation extends LocationInformation
Information about the location of an NSObject within a binary property list file.
Author:
Daniel Dreibrodt
  • 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

      public String getDescription()
      Description copied from class: LocationInformation
      Gets a description of the object location.
      Specified by:
      getDescription in class LocationInformation
      Returns:
      The location description.