3536373839404142
this.context = context; } public IsoInputStream createInputStream(IsoFileCompressed file) throws IOException { return new IsoInputStreamSpi(context, new GZIPInputStream( new FileInputStream(((IsoFileSpi) file).getInternal()))); }