Interface ICopyable

All Known Implementing Classes:
CopyFile

public interface ICopyable
Interface Copyable
  • Method Summary

    Modifier and Type
    Method
    Description
    Find the file content InputStream
    Find 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