Maven module :un.storage : archive-xz :
Class : un.storage.archive.xz.BCJOptions
Extends/Implements : un.storage.archive.xz.FilterOptions
Subclasses : -

/*
BCJOptions

Author: Lasse Collin

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


Variables : startOffset
Functions : BCJOptions, setStartOffset, getStartOffset, getEncoderMemoryUsage, getDecoderMemoryUsage, clone


int startOffset


void BCJOptions (int alignment)


Sets the start offset for the address conversions.
Normally this is useless so you shouldn't use this function.
The default value is 0.
public void setStartOffset (int startOffset)


Gets the start offset.
public int getStartOffset ()

public int getEncoderMemoryUsage ()

public int getDecoderMemoryUsage ()

public Object clone ()