Searched defs:extra (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/zip/
H A DZipEntry.java52 byte[] extra; field in class:ZipEntry
112 * Gets the extra information for this {@code ZipEntry}.
114 * @return a byte array containing the extra information, or {@code null} if
118 return extra;
222 * Sets the extra information for this {@code ZipEntry}.
230 extra = data;
316 extra = ze.extra;
327 result.extra = extra !
[all...]

Completed in 143 milliseconds