public final class FileIdentifier extends SmfData
Modifier and Type | Method and Description |
---|---|
static FileIdentifier |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
equals(Object obj)
Tests equality, returns true if FileIdentifiers contain the same data.
|
int |
hashCode() |
String |
toString() |
createSection, dump, dump, dump, dump, getBytes, getBytes, getDataArray, getTriplet
public boolean equals(Object obj)
equals
in class SmfData
Object.equals(java.lang.Object)
public static FileIdentifier create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.