Package files

Interface ParseableFile<T>

  • Type Parameters:
    T - The type of the content.
    All Known Implementing Classes:
    PdfFile, TxtFile
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ParseableFile<T>
    This functional interface represents a single ParseableFile object. In order to instantiate, the file must be a ParseableFile.
    • Method Detail

      • getContent

        T getContent()
              throws java.io.IOException
        Throws:
        java.io.IOException