|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BarrelWriter
The BarrelWriter interface should be implemented by any class that can write
or create a Barrel. That Barrel would be readable somehow and its run-time (Barrel)
and read (BarrelReader) alternatives would exist.
| Method Summary | |
|---|---|
void |
append(BarrelReader old)
Append the given Barrel to this BarrelWriter's Barrel. |
void |
close()
Finish all operations so that the Barrel produced is consistent. |
| Method Detail |
|---|
void append(BarrelReader old)
throws java.io.IOException
old - the Barrel to append
java.io.IOException - if an I/O error occursvoid close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||