BitMiracle.LibJpeg.Classic.Internal.arith_entropy_decoder.arith_entropy_decoder C# (CSharp) Méthode

arith_entropy_decoder() public méthode

public arith_entropy_decoder ( jpeg_decompress_struct cinfo ) : System
cinfo jpeg_decompress_struct
Résultat System
        public arith_entropy_decoder(jpeg_decompress_struct cinfo)
        {
            cinfo.ERREXIT(J_MESSAGE_CODE.JERR_NOTIMPL);
        }