Maven module :un.storage : archive-xz :
Class : un.storage.archive.xz.BlockInputStream
Extends/Implements : java.io.InputStream
Subclasses : -

/*
BlockInputStream

Author: Lasse Collin

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


Variables : -
Functions : BlockInputStream, read, read, available, getUnpaddedSize, getUncompressedSize



public void BlockInputStream (InputStream in, Check check, int memoryLimit, long unpaddedSizeInIndex, long uncompressedSizeInIndex)

public int read ()

public int read (byte[] buf, int off, int len)

public int available ()

public long getUnpaddedSize ()

public long getUncompressedSize ()