Beispiel #1
0
        public override void Decode(BinaryReader gbs, JB2Dictionary zdict)
        {
            Init();

            JB2Decoder codec = new JB2Decoder();
            codec.Init(gbs, zdict);
            codec.Code(this);
        }
Beispiel #2
0
        public virtual void Decode(IBinaryReader gbs, JB2Dictionary zdict)
        {
            Init();
            JB2Decoder codec = new JB2Decoder();

            codec.Init(gbs, zdict);
            codec.Code(this);
        }
Beispiel #3
0
        public override void Decode(BinaryReader gbs, JB2Dictionary zdict)
        {
            Init();

            JB2Decoder codec = new JB2Decoder();

            codec.Init(gbs, zdict);
            codec.Code(this);
        }