How to create texture directly from expansion files. We get InputStream, now how to use this Input Stream. If I convert in bitmap and then use it start giving outofmemory.
I have tried
ZipResourceFile expansionFile = APKExpansionSupport.getAPKExpansionZipFile(appContext,
mainVersion, patchVersion);
InputStream fileStream = expansionFile.getInputStream(pathToFileInsideZip);