|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.egothor.dockyard.StreamWriter
public class StreamWriter
StreamWriter.java
| Constructor Summary | |
|---|---|
StreamWriter(DataOutput out)
Writer to a file. |
|
| Method Summary | |
|---|---|
void |
append(BarrelReader br)
Append the given Barrel to this BarrelWriter's Barrel. |
void |
close()
Finish all operations so that the Barrel produced is consistent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StreamWriter(DataOutput out)
out - output stream| Method Detail |
|---|
public void append(BarrelReader br)
throws java.io.IOException
BarrelWriter
append in interface BarrelWriterbr - the Barrel to append
java.io.IOException - if an I/O error occurspublic void close()
BarrelWriter
close in interface BarrelWriter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||