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.
|
void |
setLength(int value)
Gets the channel length in bytes.
|
public ChannelInformation()
public ChannelInformation(short channelID, byte[] data, byte[] infoData)
public final short getCompressionMethod()
Gets or sets the compression method.
Value: The compression method.public final void setCompressionMethod(short value)
Gets or sets the compression method.
Value: The compression method.public final short getChannelID()
Gets or sets the channel ID.
Value: The channel ID.public final void setChannelID(short value)
Gets or sets the channel ID.
Value: The channel ID.public final int getLength()
Gets the channel length in bytes.
Value: The length.public final void setLength(int value)
Gets the channel length in bytes.
Value: The length.