|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.tukaani.xz.FilterOptions
org.tukaani.xz.IA64Options
public class IA64Options
BCJ filter for Itanium (IA-64) instructions.
| Constructor Summary | |
|---|---|
IA64Options()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.tukaani.xz.FilterOptions |
|---|
getDecoderMemoryUsage, getEncoderMemoryUsage |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IA64Options()
| Method Detail |
|---|
public FinishableOutputStream getOutputStream(FinishableOutputStream out)
FilterOptions
getOutputStream in class FilterOptionspublic InputStream getInputStream(InputStream in)
FilterOptions
getInputStream in class FilterOptions
public void setStartOffset(int startOffset)
throws UnsupportedOptionsException
0.
UnsupportedOptionsExceptionpublic int getStartOffset()
public int getEncoderMemoryUsage()
FilterOptions
getEncoderMemoryUsage in class FilterOptionspublic int getDecoderMemoryUsage()
FilterOptions
getDecoderMemoryUsage in class FilterOptionspublic Object clone()
clone in class Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||