Class MarkableFileInputStreamFactory

  • All Implemented Interfaces:
    InputStreamFactory

    public class MarkableFileInputStreamFactory
    extends java.lang.Object
    implements InputStreamFactory
    A factory that creates MarkableFileInputStream from a File
    • Constructor Detail

      • MarkableFileInputStreamFactory

        public MarkableFileInputStreamFactory​(java.io.File file)
                                       throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
    • Method Detail

      • createInputStream

        public java.io.InputStream createInputStream()
                                              throws java.io.IOException
        Specified by:
        createInputStream in interface InputStreamFactory
        Throws:
        java.io.IOException