|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.at4j.comp.bzip2.BZip2InputStreamSettings
public class BZip2InputStreamSettings
This object contains settings for the BZip2InputStream
.
When created, this object contains the default BZip2InputStream
settings. Settings are then modified by calling its setters.
BZip2InputStream
Constructor Summary | |
---|---|
BZip2InputStreamSettings()
|
Method Summary | |
---|---|
BZip2InputStreamSettings |
clone()
Make a copy of this object. |
LogAdapter |
getLogAdapter()
Get the log adapter used to write diagnostic output to. |
BZip2InputStreamSettings |
setLogAdapter(LogAdapter la)
Set a LogAdapter for writing diagnostic output from the bzip2
decoder to. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BZip2InputStreamSettings()
Method Detail |
---|
public BZip2InputStreamSettings setLogAdapter(LogAdapter la)
LogAdapter
for writing diagnostic output from the bzip2
decoder to. Diagnostic output is written to the debug and trace levels.
By default, no log adapter is used. This disables diagnostic output altogether.
la
- The log adapter.
this
public LogAdapter getLogAdapter()
null
if no log adapter is set.public BZip2InputStreamSettings clone()
clone
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |