[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.writer.PktEncoder.LastBodyBuf

LastBodyBuf Property

LastBodyBuf

Returns the buffer of the body of the last encoded packet. The length of the body can be retrieved with the getLastBodyLen() method. The length of the array returned by this method may be larger than the actual body length.

Declaration
public virtual byte[] LastBodyBuf { get; }
Property Value
Type Description
byte[]

The buffer of body of the last encoded packet.