public class ChannelInformation extends Object
The channel information.
Constructor and Description |
---|
ChannelInformation() |
Modifier and Type | Method and Description |
---|---|
static void |
decodedRow_internalized(com.aspose.ms.System.IO.Stream stream,
byte[] imgData,
int startIdx,
int columns)
Decodes the row.
|
short |
getChannelID()
Gets or sets the channel ID.
|
short |
getCompressionMethod()
Gets or sets the compression method.
|
byte[] |
getData_internalized()
Gets or sets the channel data.
|
byte[] |
getInfoData_internalized()
Gets or sets the information data.
|
int |
getLength()
Gets the channel length in bytes.
|
void |
saveChannelData_internalized(com.aspose.imaging.StreamContainer streamContainer)
Saves the channel data.
|
void |
setChannelID(short value)
Gets or sets the channel ID.
|
void |
setCompressionMethod(short value)
Gets or sets the compression method.
|
void |
setData_internalized(byte[] value)
Gets or sets the channel data.
|
void |
setInfoData_internalized(byte[] value)
Gets or sets the information data.
|
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.
public byte[] getData_internalized()
Gets or sets the channel data.
Value: The channel data.public void setData_internalized(byte[] value)
Gets or sets the channel data.
Value: The channel data.public byte[] getInfoData_internalized()
Gets or sets the information data.
Value: The information data.public void setInfoData_internalized(byte[] value)
Gets or sets the information data.
Value: The information data.public static void decodedRow_internalized(com.aspose.ms.System.IO.Stream stream, byte[] imgData, int startIdx, int columns)
Decodes the row.
stream
- The stream.imgData
- The img data.startIdx
- The start index.columns
- The columns.public void saveChannelData_internalized(com.aspose.imaging.StreamContainer streamContainer)
Saves the channel data.
streamContainer
- The stream container to save to.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.