Interface FileContentReader

All Superinterfaces:
ContentAccessor, ContentReader

public interface FileContentReader extends ContentReader
Extension to ContentReader for Readers which are able to make the backing file available to you.
Author:
Derek Hulley
See Also:
  • Method Details

    • getFile

      File getFile()
      Provides access to the underlying File that this Reader accesses.
      Returns:
      Returns the file that this reader accesses
    • exists

      boolean exists()
      Description copied from interface: ContentReader
      Check if the underlying content is present.
      Specified by:
      exists in interface ContentReader
      Returns:
      Whether the file exists or not