Searched refs:mZipOutputStream (Results 1 – 1 of 1) sorted by relevance
59 private final ZipArchiveOutputStream mZipOutputStream; field in WriteableArchive79 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()