CSJ2K.j2k.entropy.encoder.EBCOTRateAllocator.runAndWrite C# (CSharp) 메소드

runAndWrite() 공개 메소드

Runs the rate allocation algorithm and writes the data to the bit stream writer object provided to the constructor.
public runAndWrite ( ) : void
리턴 void
        public override void runAndWrite()
        {
            //Now, run the rate allocation
            buildAndWriteLayers();
        }