public interface AlignmentRule
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_ALIGNMENT
Alignment value of files that do not require alignment.
|
| Modifier and Type | Method and Description |
|---|---|
int |
alignment(java.lang.String path)
Obtains the alignment this rule computes for a given path.
|
static final int NO_ALIGNMENT
int alignment(@Nonnull
java.lang.String path)
path - the path in the zip file0; if this rule places no
restrictions on the provided path, then NO_ALIGNMENT is returned