|
TrueZIP 6.8.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FileFactory
This interface is not intended for public use!
It's only used to hide the existence of ArchiveDetectors from
some methods in the File class.
A factory interface which creates Files, FileInputStreams
and FileOutputStreams.
You should not implement this interface directly - implement
ArchiveDetector instead.
Implementations must be virtually immutable and thread safe!
ArchiveDetector| Method Summary | |
|---|---|
File |
createFile(File blueprint)
Deprecated. |
File |
createFile(File delegate,
File innerArchive)
Deprecated. This factory method is not intented for public use - do not use it! |
File |
createFile(File blueprint,
File delegate,
File enclArchive)
Deprecated. This factory method is not intented for public use and is broken by design - do not use it! |
File |
createFile(File parent,
String child)
Deprecated. |
File |
createFile(String path)
Deprecated. |
File |
createFile(String parent,
String child)
Deprecated. |
File |
createFile(URI uri)
Deprecated. |
FileInputStream |
createFileInputStream(File file)
Deprecated. |
FileOutputStream |
createFileOutputStream(File file,
boolean append)
Deprecated. |
| Method Detail |
|---|
File createFile(File blueprint)
File createFile(File delegate,
File innerArchive)
File createFile(File blueprint,
File delegate,
File enclArchive)
File createFile(String path)
File createFile(String parent,
String child)
File createFile(File parent,
String child)
File createFile(URI uri)
FileInputStream createFileInputStream(File file)
throws FileNotFoundException
FileNotFoundException
FileOutputStream createFileOutputStream(File file,
boolean append)
throws FileNotFoundException
FileNotFoundException
|
TrueZIP 6.8.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||