[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.writer.PktEncoder.LastBodyLen

LastBodyLen Property

LastBodyLen

Returns the length of the body of the last encoded packet, in bytes. The body itself can be retrieved with the getLastBodyBuf() method.

Declaration
public virtual int LastBodyLen { get; }
Public Overridable ReadOnly Property LastBodyLen As Integer
Property Value
Type Description
int

The length of the body of last encoded packet, in bytes.