Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtApkFileEngine.java File Reference

(30f5ad0329867d266529a4e88db287f3a5d49749)

import android.content.Context;
import android.content.res.AssetFileDescriptor;
import android.content.res.AssetManager;
import android.os.Build;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageManager;
import java.io.FileInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.util.zip.ZipFile;
import java.util.Enumeration;
import java.util.zip.ZipEntry;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Comparator;
import android.util.Log;
import java.nio.channels.FileChannel;
import java.nio.channels.FileChannel.MapMode;
import java.nio.MappedByteBuffer;
import java.nio.ByteOrder;
Include dependency graph for QtApkFileEngine.java:

Go to the source code of this file.

Classes

class  org.qtproject.qt.android.QtApkFileEngine
class  org.qtproject.qt.android.QtApkFileEngine.JFileInfo

Packages

package  org.qtproject.qt.android