Package org.jbundle.jbackup.source
Interface SourceFile
-
- All Known Implementing Classes:
BaseSourceFile,StreamSourceFile,ZipSourceFile
public interface SourceFile- Version:
- Author:
- Administrator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Close the source file.FilegetFile()StringgetFileName()StringgetFilePath()InputStreamgetInputStream()longgetStreamLength()FilemakeInFile()FilemakeInFile(boolean bAllowFilenameChange)InputStreammakeInStream()
-
-
-
Method Detail
-
getFile
File getFile()
-
getInputStream
InputStream getInputStream()
-
getFilePath
String getFilePath()
-
getFileName
String getFileName()
-
getStreamLength
long getStreamLength()
-
close
void close()
Close the source file.
-
makeInStream
InputStream makeInStream()
-
makeInFile
File makeInFile()
-
makeInFile
File makeInFile(boolean bAllowFilenameChange)
-
-