[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.reader.PktInfo

PktInfo Class

This class defines an object used to countain informations about a packet to which the current code-block belongs.

Inheritance
PktInfo
Namespace: CSJ2K.j2k.codestream.reader
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class PktInfo

Constructors

Name Description
PktInfo(int, int)

Classe's constructor.

Fields

Name Description
cbLength

The length of the code-block in this packet (in bytes)

cbOff

The code-block offset in the codestream (for this packet)

layerIdx

The layer associated with the current code-block in this packet.

numTruncPnts

The number of truncation points that appear in this packet, and all previous packets, for this code-block. This is the number of passes that can be decoded with the information in this packet and all previous ones.

packetIdx

Index of the packet

segLengths

The length of each terminated segment in the packet. The total is the same as 'cbLength'. It can be null if there is only one terminated segment, in which case 'cbLength' holds the legth of that segment

Methods

Name Description
ToString()

Object information in a string.

See Also