BitMiracle.LibJpeg.Classic.Internal.arith_entropy_encoder.arith_entropy_encoder C# (CSharp) Method

arith_entropy_encoder() public method

public arith_entropy_encoder ( jpeg_compress_struct cinfo ) : System
cinfo jpeg_compress_struct
return System
        public arith_entropy_encoder(jpeg_compress_struct cinfo)
        {
            cinfo.ERREXIT(J_MESSAGE_CODE.JERR_NOTIMPL);
        }