public class PSISection extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
currentNextIndicator |
protected int |
lastSectionNumber |
protected int |
sectionNumber |
protected int |
specificId |
protected int |
tableId |
protected int |
versionNumber |
Constructor and Description |
---|
PSISection(int tableId,
int specificId,
int versionNumber,
int currentNextIndicator,
int sectionNumber,
int lastSectionNumber) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentNextIndicator() |
int |
getLastSectionNumber() |
int |
getSectionNumber() |
int |
getSpecificId() |
int |
getTableId() |
int |
getVersionNumber() |
static PSISection |
parsePSI(ByteBuffer data) |
protected int tableId
protected int specificId
protected int versionNumber
protected int currentNextIndicator
protected int sectionNumber
protected int lastSectionNumber
public PSISection(int tableId, int specificId, int versionNumber, int currentNextIndicator, int sectionNumber, int lastSectionNumber)
public static PSISection parsePSI(ByteBuffer data)
public int getTableId()
public int getSpecificId()
public int getVersionNumber()
public int getCurrentNextIndicator()
public int getSectionNumber()
public int getLastSectionNumber()
Copyright © 2019. All rights reserved.