Interface JobFileReference

  • All Implemented Interfaces:

    
    public interface JobFileReference
    
                        

    Job File Reference

    Provides data about and access to an individual job result file.

    Since:

    1.0.0

    Author:

    Elizabeth Paige Harper https://github.com/foxcapades

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract InputStream open() Opens a stream over the contents of the result file.
      abstract String getName() Basename of the result file.
      abstract Long getSize() Size of the result file in bytes.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • open

         abstract InputStream open()

        Opens a stream over the contents of the result file.

        Returns:

        A stream over the contents of the result file.

      • getSize

         abstract Long getSize()

        Size of the result file in bytes.