|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.egothor.apps.Dumper
public class Dumper
Dumper is an application that dumps the barrel that was written by
ThickBarrelOut
.
Constructor Summary | |
---|---|
Dumper()
|
Method Summary | |
---|---|
void |
append(BarrelReader b)
Write contents of the Barrel to standard output. |
void |
appendBinary(BarrelReader b,
DataOutput out)
|
void |
close()
Not implemented. |
static void |
main(java.lang.String[] args)
Dump the barrel that is stored in the directory specified in the first command line parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Dumper()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- the directory the barrel to dump is stored inpublic void close()
close
in interface BarrelWriter
public void appendBinary(BarrelReader b, DataOutput out) throws java.io.IOException
java.io.IOException
public void append(BarrelReader b) throws java.io.IOException
append
in interface BarrelWriter
b
- a BarrelReader to read the contents of the Barrel
java.io.IOException
- if an I/O error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |