public final class ProductSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static ProductSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
String |
smf88osl()
SMF88OSL value.
|
String |
smf88pnm()
SMF88PNM value.
|
String |
smf88rvn()
SMF88RVN value.
|
String |
smf88syn()
SMF88SYN value.
|
int |
smf88typ()
SMF88TYP value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public int smf88typ()
public String smf88rvn()
public String smf88pnm()
public String smf88osl()
public String smf88syn()
public static ProductSection 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.