|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is an interface used for writing blocks of output data.
Method Summary | |
void |
close()
Closes the block writer to indicate that there are no more blocks are to be written. |
boolean |
isOpen()
Indicates whether or not the block writer is open for writing via the put method. |
void |
put(java.lang.Object block)
Writes the specified block of output data. |
Method Detail |
public void put(java.lang.Object block)
block
- the Object
block to write
java.lang.IllegalStateException
- if the block writer has been closedpublic void close()
put
method should no longer be used.
public boolean isOpen()
put
method. After the close
method has been
invoked this method should return false
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |