23242526272829
//Dekoder prosty if(simpleDecoder){ return new SimpleBCHDecoderWorker(code); } return new DedicatedBCHDecoderWorker(code); }