java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.racf.FileIdentifier
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileIdentifiercreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.booleanTests equality, returns true if FileIdentifiers contain the same data.inthashCode()toString()Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
equals
Tests equality, returns true if FileIdentifiers contain the same data. -
hashCode
public int hashCode() -
toString
-
create
public static FileIdentifier create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data- Array of bytes containing data for this sectionoffset- Offset of this section in the datalength- length of the section
-