| 接口 | 说明 |
|---|---|
| CentralDirectoryVisitor |
Callback visitor triggered by
CentralDirectoryParser. |
| JarEntryFilter |
Interface that can be used to filter and optionally rename jar entries.
|
| 类 | 说明 |
|---|---|
| AsciiBytes |
Simple wrapper around a byte array that represents an ASCII.
|
| Bytes |
Utilities for dealing with bytes from ZIP files.
|
| CentralDirectoryEndRecord |
A ZIP File "End of central directory record" (EOCD).
|
| CentralDirectoryFileHeader |
A ZIP File "Central directory file header record" (CDFH).
|
| CentralDirectoryParser |
Parses the central directory from a JAR file.
|
| Handler |
URLStreamHandler for Spring Boot loader JarFiles. |
| JarEntry | |
| JarFile |
Extended variant of
JarFile that behaves in the same way but
offers the following additional functionality. |
| JarFileEntries |
Provides access to entries from a
JarFile. |
| JarURLConnection |
JarURLConnection used to support JarFile.getUrl(). |
| ZipInflaterInputStream |
InflaterInputStream that supports the writing of an extra "dummy" byte (which
is required with JDK 6) and returns accurate available() results. |
Copyright © 2019. All rights reserved.