|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to write an INTERLIS transfer file in streaming mode. Usage:
IoxWriter writer=...; writer.write(StartTransferEvent); ... while(more baskets){ writer.write(StartBasketEvent); ... while(more objects){ ... writer.write(ObjectEvent); ... } ... writer.write(EndBasketEvent); } writer.write(EndTransferEvent);
Method Summary | |
void |
close()
Frees any resources associated with this Writer. |
void |
flush()
Writes any cached events to the underlying output mechanism. |
void |
write(IoxEvent event)
|
Method Detail |
public void write(IoxEvent event) throws IoxException
IoxException
public void close() throws IoxException
IoxException
public void flush() throws IoxException
IoxException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |