|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An IncrementalProcessor
is used by the
IncrementalProcessorInputStream
to perform processing
that generates output in incremental stages.
Method Summary | |
boolean |
active()
Indicates whether or not processing is complete. |
void |
close()
Closes the IncrementalProcessor , freeing up any
resources. |
void |
initialise(java.io.OutputStream output)
Initialises the instance to process to the specified output. |
void |
process()
Performs some processing that may write data to the OutputStream that the instance was initialised
with. |
Method Detail |
public void initialise(java.io.OutputStream output) throws java.io.IOException
output
- The OutputStream
java.io.IOException
- If there is an I/O problem.public boolean active()
process
method.
true
if processing is not complete,
otherwise false
.public void process() throws java.io.IOException
OutputStream
that the instance was initialised
with.
java.io.IOException
- If there is an I/O problem.public void close() throws java.io.IOException
IncrementalProcessor
, freeing up any
resources.
java.io.IOException
- If there is an I/O problem.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |