public class SPARCOptions extends FilterOptions
| Constructor and Description |
|---|
SPARCOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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.
|
java.io.InputStream |
getInputStream(java.io.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, getEncoderMemoryUsagepublic FinishableOutputStream getOutputStream(FinishableOutputStream out)
FilterOptionsgetOutputStream in class FilterOptionspublic java.io.InputStream getInputStream(java.io.InputStream in)
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 FilterOptionspublic java.lang.Object clone()
clone in class java.lang.Object