Home | History | Annotate | Download | only in zip

Lines Matching refs:STORED

111      * When reading a stored entry that uses the data descriptor this
117 /** Whether the stream will try to read STORED entries that use a data descriptor. */
209 * will try to read STORED entries that use a data descriptor
329 if (ZipUtil.canHandleEntryData(current.entry) && m != ZipMethod.STORED && m != ZipMethod.DEFLATED) {
455 if (current.entry.getMethod() == ZipArchiveOutputStream.STORED) {
482 if (current.entry.getMethod() == ZipArchiveOutputStream.STORED) {
508 * Implementation of read for STORED entries.
850 || (allowStoredEntriesWithDataDescriptor && entry.getMethod() == ZipEntry.STORED)
865 && entry.getMethod() == ZipEntry.STORED);
869 * Caches a stored entry that uses the data descriptor.
872 * <li>Reads a stored entry until the signature of a local file
1177 * entry is STORED.