Object
de.sayayi.lib.pack.PackConfig
- Since:
- 0.1.0
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final booleanprotected final intprotected final byte[]protected final int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPackConfig(byte @NotNull [] magic, int lowestVersionNumber, int versionBits, boolean compressionSupport) -
Method Summary
-
Field Details
-
magic
protected final byte[] magic -
lowestVersionNumber
protected final int lowestVersionNumber -
versionBits
protected final int versionBits -
compressionSupport
protected final boolean compressionSupport
-
-
Constructor Details
-
PackConfig
protected PackConfig(byte @NotNull [] magic, int lowestVersionNumber, int versionBits, boolean compressionSupport)
-
-
Method Details
-
getMagic
-
getLowestVersionNumber
-
getHighestVersionNumber
-
getVersionBits
-
isCompressionSupport
-