|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOutArchiveBase
Base interface for compression/update archive main interfaces.
Method Summary | |
---|---|
java.io.PrintStream |
getTracePrintStream()
Alternative PrintStream for trace output. |
boolean |
isTrace()
If true , print trace message during compress and update operation to the System.out or
getTracePrintStream() . |
void |
setTrace(boolean trace)
If true , print trace message during compress and update operation to the System.out or
getTracePrintStream() . |
void |
setTracePrintStream(java.io.PrintStream tracePrintStream)
Set alternative PrintStream for trace output. |
Method Detail |
---|
void setTracePrintStream(java.io.PrintStream tracePrintStream)
PrintStream
for trace output. Default: System.out
.
tracePrintStream
- instance of the PrintStream
.setTrace(boolean)
java.io.PrintStream getTracePrintStream()
PrintStream
for trace output. Default: System.out
.
PrintStream
for trace outputsetTrace(boolean)
void setTrace(boolean trace)
true
, print trace message during compress and update operation to the System.out
or
getTracePrintStream()
. Default: false
trace
- true
- output trace messages, false
be quite.setTracePrintStream(PrintStream)
boolean isTrace()
true
, print trace message during compress and update operation to the System.out
or
getTracePrintStream()
. Default: false
true
- output trace messages, false
be quite.setTracePrintStream(PrintStream)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |