Class IOStringEnumerationHelperBase

    • Constructor Detail

      • IOStringEnumerationHelperBase

        public IOStringEnumerationHelperBase()
    • Method Detail

      • hasMoreStrings

        public abstract boolean hasMoreStrings()
                                        throws java.io.IOException
        Specified by:
        hasMoreStrings in interface IOStringEnumeration
        Throws:
        java.io.IOException
      • nextString

        public abstract java.lang.String nextString()
                                             throws java.io.IOException
        Specified by:
        nextString in interface IOStringEnumeration
        Throws:
        java.io.IOException
      • hasMoreElements

        public final boolean hasMoreElements()
                                      throws java.io.IOException
        Specified by:
        hasMoreElements in interface IOEnumeration
        Throws:
        java.io.IOException
      • nextElement

        public final java.lang.Object nextElement()
                                           throws java.io.IOException
        Specified by:
        nextElement in interface IOEnumeration
        Throws:
        java.io.IOException