public APEDecompressNative(APEInfo pAPEInfo, int nStartBlock, int nFinishBlock) {
super(pAPEInfo, nStartBlock, nFinishBlock);
ID = registerDecoder(this.getApeInfoIoSource(), this.getApeInfoFileVersion(), this.getApeInfoCompressionLevel(), nStartBlock, nFinishBlock, this.getApeInfoTotalBlocks(), this.getApeInfoBlockAlign(), this.getApeInfoBlocksPerFrame(), this.getApeInfoSampleRate(), this.getApeInfoBitsPerSample(), this.getApeInfoChannels());
if (ID < 0)
throw new JMACException("The Native APE Decoder Can't Be Instantiated");
m_nRealFrame = 0;
}