|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.infinityloop.util.inout.FileProcessor
public abstract class FileProcessor
Class that processes a passed file in some arbitrary way and replaces the passed file with the processed one (i.e. in-situ processing).
| Nested Class Summary | |
|---|---|
class |
FileProcessor.PipelineUIDRemover
|
| Constructor Summary | |
|---|---|
FileProcessor()
|
|
| Method Summary | |
|---|---|
abstract boolean |
process(DiskFile df)
Process the passed file in-situ. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileProcessor()
| Method Detail |
|---|
public abstract boolean process(DiskFile df)
df -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||