Interface ICopyable
- All Known Implementing Classes:
CopyFile
public interface ICopyable
Interface Copyable
-
Method Summary
Modifier and TypeMethodDescriptionFind the file content InputStreamFind the file name
-
Method Details
-
getFileName
String getFileName()Find the file name- Returns:
- the file name
-
getContent
InputStream getContent()Find the file content InputStream- Returns:
- the file content InputStream
-