Class DictApply.LineSupplier

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Direct Known Subclasses:
    DictApply.ReaderLineSupplier
    Enclosing class:
    DictApply

    private abstract class DictApply.LineSupplier
    extends java.lang.Object
    implements java.io.Closeable
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LineSupplier()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      abstract java.lang.String nextLine()  
      • Methods inherited from class java.lang.Object

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

      • LineSupplier

        private LineSupplier()
    • Method Detail

      • nextLine

        public abstract java.lang.String nextLine()
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException