Home
last modified time | relevance | path

Searched refs:zipFileChannel (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DArchiveHandle.java314 SeekableByteChannel zipFileChannel = fileInputStream.getChannel(); in create() local
316 ZipFile zipFile = new ZipFile(zipFileChannel); in create()
320 FileUtils.closeQuietly(zipFileChannel); in create()