ComponentOne PDF for .NET
CSJ2K.j2k.entropy.encoder Namespace / PostCompRateAllocator Class / runAndWrite Method

In This Topic
    runAndWrite Method (PostCompRateAllocator)
    In This Topic
    Runs the rate allocation algorithm and writes the data to the bit stream. This must be called after the initialize() method.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub runAndWrite() 
    public abstract void runAndWrite()
    See Also