-
public final class ArchiveProperties
-
-
Field Summary
Fields Modifier and Type Field Description private final LongentryLengthprivate final BooleanisEntryCompressed
-
Constructor Summary
Constructors Constructor Description ArchiveProperties(Long entryLength, Boolean isEntryCompressed)
-
Method Summary
Modifier and Type Method Description final LonggetEntryLength()final BooleangetIsEntryCompressed()-
-
Method Detail
-
getEntryLength
final Long getEntryLength()
-
getIsEntryCompressed
final Boolean getIsEntryCompressed()
-
-
-
-