Maven module :un.storage : archive-xz :
Class :
un.storage.archive.xz.common.DecoderUtil
Extends/Implements :
un.storage.archive.xz.common.Util
Subclasses : -
Variables : -
Functions :
isCRC32Valid,
decodeStreamHeader,
decodeStreamFooter,
areStreamFlagsEqual,
decodeVLI
public boolean
isCRC32Valid (byte[] buf, int off, int len, int ref_off)
public StreamFlags
decodeStreamHeader (byte[] buf)
public StreamFlags
decodeStreamFooter (byte[] buf)
public boolean
areStreamFlagsEqual (StreamFlags a, StreamFlags b)
public long
decodeVLI (InputStream in)
DecoderUtil
Author: Lasse Collin
This file has been put into the public domain.
You can do whatever you want with this file.