|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.File | +--submarine.connectors.ArchivableFile
Field Summary | |
private boolean |
shouldDelete
|
Fields inherited from class java.io.File |
counter, fs, path, pathSeparator, pathSeparatorChar, prefixLength, separator, separatorChar, serialVersionUID, tmpdir, tmpFileLock |
Constructor Summary | |
ArchivableFile(java.io.File as)
|
|
ArchivableFile(java.io.File as,
boolean sd)
|
Method Summary | |
void |
archive(java.io.OutputStream out)
Procède à l'archivage de l'objet dans le flux. |
void |
finalize()
Appelée sur une instance de PoolingFunction ou de WritingFunction avant la libération de celle-ci. |
Methods inherited from class java.io.File |
|
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, registerNatives, wait, wait, wait |
Field Detail |
private boolean shouldDelete
Constructor Detail |
public ArchivableFile(java.io.File as)
public ArchivableFile(java.io.File as, boolean sd)
Method Detail |
public void archive(java.io.OutputStream out) throws java.lang.Exception
Archivable
archive
in interface Archivable
submarine.core.Archivable
out
- Le flux dans lequel l'objet doit s'écrire.java.lang.Exception
- OutputStream
public void finalize()
Finalizable
finalize
in interface Finalizable
finalize
in class java.lang.Object
|
Submarine project. free distribution of this software must include the opensource licence. Guénolé de Cadoudal. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |