public class X86Options extends FilterOptions
Constructor and Description |
---|
X86Options() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
getDecoderMemoryUsage()
Gets how much memory the decoder will need to decompress the data
that was encoded with these options.
|
int |
getEncoderMemoryUsage()
Gets how much memory the encoder will need with these options.
|
InputStream |
getInputStream(InputStream in)
Gets a raw (no XZ headers) decoder input stream using these options.
|
FinishableOutputStream |
getOutputStream(FinishableOutputStream out)
Gets a raw (no XZ headers) encoder output stream using these options.
|
int |
getStartOffset()
Gets the start offset.
|
void |
setStartOffset(int startOffset)
Sets the start offset for the address conversions.
|
getDecoderMemoryUsage, getEncoderMemoryUsage
public FinishableOutputStream getOutputStream(FinishableOutputStream out)
FilterOptions
getOutputStream
in class FilterOptions
public InputStream getInputStream(InputStream in)
FilterOptions
getInputStream
in class FilterOptions
public void setStartOffset(int startOffset) throws UnsupportedOptionsException
0
.UnsupportedOptionsException
public int getStartOffset()
public int getEncoderMemoryUsage()
FilterOptions
getEncoderMemoryUsage
in class FilterOptions
public int getDecoderMemoryUsage()
FilterOptions
getDecoderMemoryUsage
in class FilterOptions
Copyright © 2016 Internet2. All rights reserved.