Class ObjectFileReader<OUTPUT>

  • All Implemented Interfaces:
    ObjectReader<java.io.File,​OUTPUT>

    public class ObjectFileReader<OUTPUT>
    extends java.lang.Object
    implements ObjectReader<java.io.File,​OUTPUT>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      OUTPUT read​(java.io.File file)  
      OUTPUT read​(java.io.File file, java.lang.String label)  
      • Methods inherited from class java.lang.Object

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

      • ObjectFileReader

        public ObjectFileReader​(ObjectReader<java.io.InputStream,​OUTPUT> reader)
    • Method Detail

      • read

        public OUTPUT read​(java.io.File file)
                    throws java.lang.Exception
        Specified by:
        read in interface ObjectReader<java.io.File,​OUTPUT>
        Throws:
        java.lang.Exception
      • read

        public OUTPUT read​(java.io.File file,
                           java.lang.String label)
                    throws java.lang.Exception
        Specified by:
        read in interface ObjectReader<java.io.File,​OUTPUT>
        Throws:
        java.lang.Exception