public class ChannelInformation extends Object
The channel information.
Constructor and Description |
---|
ChannelInformation() |
ChannelInformation(short channelID,
byte[] data,
byte[] infoData) |
Modifier and Type | Method and Description |
---|---|
short |
getChannelID()
Gets or sets the channel ID.
|
short |
getCompressionMethod()
Gets or sets the compression method.
|
int |
getLength()
Gets the channel length in bytes.
|
void |
setChannelID(short value)
Gets or sets the channel ID.
|
void |
setCompressionMethod(short value)
Gets or sets the compression method.
|
public ChannelInformation()
public ChannelInformation(short channelID, byte[] data, byte[] infoData)
public short getCompressionMethod()
Gets or sets the compression method.
Value: The compression method.public void setCompressionMethod(short value)
Gets or sets the compression method.
Value: The compression method.public short getChannelID()
Gets or sets the channel ID.
Value: The channel ID.public void setChannelID(short value)
Gets or sets the channel ID.
Value: The channel ID.public int getLength()
Gets the channel length in bytes.
Value: The length.