|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.caida.otter.IOotter
IOotter - a class that handles IO in Otter format
Constructor Summary | |
IOotter()
|
Method Summary | |
PathSet |
readInput(java.lang.String inputFile,
java.lang.String dataFile)
placeholder b/c we don't load otter format data. |
void |
writeOutput(DisplayObjects data,
java.lang.String outfile,
GetOpts CmdOpts)
Output data in Otter format . |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public IOotter()
Method Detail |
public void writeOutput(DisplayObjects data, java.lang.String outfile, GetOpts CmdOpts)
data
- DisplayObjects object to extract node/label/link info fromoutfile
- Name of file to write to disk. The file will be
overwritten if it already exists.public PathSet readInput(java.lang.String inputFile, java.lang.String dataFile)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |