Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DWriteableArchive.java59 private final ZipArchiveOutputStream mZipOutputStream; field in WriteableArchive
79 mZipOutputStream = new ZipArchiveOutputStream(mOutputStream); in WriteableArchive()
188 mZipOutputStream.putArchiveEntry(entry); in createDocument()
189 mZipOutputStream.closeArchiveEntry(); in createDocument()
242 mZipOutputStream.putArchiveEntry(entry); in openDocument()
250 mZipOutputStream.write(buffer, 0, bytes); in openDocument()
254 mZipOutputStream.closeArchiveEntry(); in openDocument()
301 mZipOutputStream.putArchiveEntry(mEntries.get(path)); in close()
302 mZipOutputStream.closeArchiveEntry(); in close()
309 mZipOutputStream.close(); in close()