Interface CoreStreamProvider
-
- All Implemented Interfaces:
public interface CoreStreamProvider
Represents base file IO operations
-
-
Method Summary
Modifier and Type Method Description abstract OutputStream
openFileOutputStream(File destinationFile)
Returns OutputStream for the destination file abstract InputStream
openFileInputStream(File sourceFile)
Returns OutputStream for the source file
-
-
-
Method Detail
-
openFileOutputStream
abstract OutputStream openFileOutputStream(File destinationFile)
Returns OutputStream for the destination file
-
openFileInputStream
abstract InputStream openFileInputStream(File sourceFile)
Returns OutputStream for the source file
-
-