Java org.apache.commons.compress.compressors.xz XZCompressorInputStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.compress.compressors.xz XZCompressorInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.compress.compressors.xz XZCompressorInputStream.

The text is from its open source code.

Constructor

XZCompressorInputStream(final InputStream inputStream)
Creates a new input stream that decompresses XZ-compressed data from the specified input stream.
XZCompressorInputStream(final InputStream inputStream, final boolean decompressConcatenated)
Creates a new input stream that decompresses XZ-compressed data from the specified input stream.
XZCompressorInputStream(InputStream inputStream, boolean decompressConcatenated, final int memoryLimitInKb)
Creates a new input stream that decompresses XZ-compressed data from the specified input stream.

Method

voidclose()
intread(byte b[])
Reads some number of bytes from the input stream and stores them into the buffer array b.
intread(final byte[] buf, final int off, final int len)