|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlockFileWriter
Interface for class that write data to files in blocks. Each time the block header is set, that header will be written once. This header should apply to anything written via subsequent calls to writeToFile(). This is useful for writing tick counts and then data, for example.
| Method Summary | |
|---|---|
void |
setBlockHeader(java.lang.String blockHeader)
Sets the block header for any data subsequently written via writeToFile (the block) until called again. |
void |
writeToFile(java.lang.Object o)
Writes the specified object to the file. |
| Method Detail |
|---|
void setBlockHeader(java.lang.String blockHeader)
void writeToFile(java.lang.Object o)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||