ComponentOne PDF for .NET
CSJ2K.j2k.codestream.writer Namespace / PktEncoder Class
Members

In This Topic
    PktEncoder Class
    In This Topic
    This class builds packets and keeps the state information of packet interdependencies. It also supports saving the state and reverting (restoring) to the last saved state, with the save() and restore() methods.

    Each time the encodePacket() method is called a new packet is encoded, the packet header is returned by the method, and the packet body can be obtained with the getLastBodyBuf() and getLastBodyLen() methods.

    Object Model
    PktEncoder Class
    Syntax
    'Declaration
     
    
    Public Class PktEncoder 
    public class PktEncoder 
    Inheritance Hierarchy

    System.Object
       CSJ2K.j2k.codestream.writer.PktEncoder

    See Also