| 程序包 | 说明 |
|---|---|
| com.alipay.sofa.ark.loader.jar |
| 限定符和类型 | 方法和说明 |
|---|---|
AsciiBytes |
AsciiBytes.append(AsciiBytes asciiBytes) |
AsciiBytes |
AsciiBytes.append(byte[] bytes) |
AsciiBytes |
AsciiBytes.append(String string) |
AsciiBytes |
JarEntryFilter.apply(AsciiBytes name)
Apply the jar entry filter.
|
AsciiBytes |
CentralDirectoryFileHeader.getComment() |
AsciiBytes |
CentralDirectoryFileHeader.getName() |
AsciiBytes |
AsciiBytes.substring(int beginIndex) |
AsciiBytes |
AsciiBytes.substring(int beginIndex,
int endIndex) |
| 限定符和类型 | 方法和说明 |
|---|---|
AsciiBytes |
AsciiBytes.append(AsciiBytes asciiBytes) |
AsciiBytes |
JarEntryFilter.apply(AsciiBytes name)
Apply the jar entry filter.
|
boolean |
AsciiBytes.endsWith(AsciiBytes postfix) |
boolean |
AsciiBytes.startsWith(AsciiBytes prefix) |
| 构造器和说明 |
|---|
CentralDirectoryFileHeader(byte[] header,
int headerOffset,
AsciiBytes name,
byte[] extra,
AsciiBytes comment,
long localHeaderOffset) |
Copyright © 2019. All rights reserved.