public class IA64Options extends FilterOptions
| Constructor and Description |
|---|
IA64Options() |
| 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,
ArrayCache arrayCache)
Gets a raw (no XZ headers) decoder input stream using these options
and the given ArrayCache.
|
FinishableOutputStream |
getOutputStream(FinishableOutputStream out,
ArrayCache arrayCache)
Gets a raw (no XZ headers) encoder output stream using these options
and the given ArrayCache.
|
int |
getStartOffset()
Gets the start offset.
|
void |
setStartOffset(int startOffset)
Sets the start offset for the address conversions.
|
getDecoderMemoryUsage, getEncoderMemoryUsage, getInputStream, getOutputStreampublic FinishableOutputStream getOutputStream(FinishableOutputStream out, ArrayCache arrayCache)
FilterOptionsgetOutputStream in class FilterOptionspublic InputStream getInputStream(InputStream in, ArrayCache arrayCache)
FilterOptionsgetInputStream in class FilterOptionspublic void setStartOffset(int startOffset)
throws UnsupportedOptionsException
0.UnsupportedOptionsExceptionpublic int getStartOffset()
public int getEncoderMemoryUsage()
FilterOptionsgetEncoderMemoryUsage in class FilterOptionspublic int getDecoderMemoryUsage()
FilterOptionsgetDecoderMemoryUsage in class FilterOptions