Class RDFFileSupplier


  • public abstract class RDFFileSupplier
    extends RDFByteSource

    A File supplier whose file contains RDF in the specified format.

    Since:
    1.2
    Version:
    3.0
    Author:
    Michael Grove
    • Constructor Summary

      Constructors 
      Constructor Description
      RDFFileSupplier()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.nio.file.Path get()
      Return the File supplied by this source.
      • Methods inherited from class com.google.common.io.ByteSource

        asCharSource, concat, concat, concat, contentEquals, copyTo, copyTo, empty, hash, isEmpty, openBufferedStream, openStream, read, read, size, sizeIfKnown, slice, wrap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RDFFileSupplier

        public RDFFileSupplier()
    • Method Detail

      • get

        public abstract java.nio.file.Path get()
                                        throws java.io.IOException
        Return the File supplied by this source.
        Returns:
        the file, or null if there is no file associated.
        Throws:
        java.io.IOException - if there was an error retrieving the file, such as it was not found