Class DecoderUtil
java.lang.Object
org.graalvm.shadowed.org.tukaani.xz.common.Util
org.graalvm.shadowed.org.tukaani.xz.common.DecoderUtil
-
Field Summary
Fields inherited from class org.graalvm.shadowed.org.tukaani.xz.common.Util
BACKWARD_SIZE_MAX, BLOCK_HEADER_SIZE_MAX, STREAM_HEADER_SIZE, VLI_MAX, VLI_SIZE_MAX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic StreamFlagsdecodeStreamFooter(byte[] buf) static StreamFlagsdecodeStreamHeader(byte[] buf) static longdecodeVLI(InputStream in) static booleanisCRC32Valid(byte[] buf, int off, int len, int ref_off) Methods inherited from class org.graalvm.shadowed.org.tukaani.xz.common.Util
getVLISize
-
Constructor Details
-
DecoderUtil
public DecoderUtil()
-
-
Method Details
-
isCRC32Valid
public static boolean isCRC32Valid(byte[] buf, int off, int len, int ref_off) -
decodeStreamHeader
- Throws:
IOException
-
areStreamFlagsEqual
-
decodeVLI
- Throws:
IOException
-