Maven module :un.storage : archive-xz :
Class : un.storage.archive.xz.lz.LZDecoder
Extends/Implements : -
Subclasses : -

/*
LZDecoder

Authors: Lasse Collin
Igor Pavlov

This file has been put into the public domain.
You can do whatever you want with this file.


Variables : -
Functions : LZDecoder, reset, setLimit, hasSpace, hasPending, getPos, getByte, putByte, repeat, repeatPending, copyUncompressed, flush



public void LZDecoder (int dictSize, byte[] presetDict)

public void reset ()

public void setLimit (int outMax)

public boolean hasSpace ()

public boolean hasPending ()

public int getPos ()

public int getByte (int dist)

public void putByte (byte b)

public void repeat (int dist, int len)

public void repeatPending ()

public void copyUncompressed (DataInputStream inData, int len)

public int flush (byte[] out, int outOff)