com.mchange.io
Interface IOStringEnumeration

All Superinterfaces:
IOEnumeration
All Known Subinterfaces:
StringEnumeration
All Known Implementing Classes:
IOStringEnumerationHelperBase, QuotesAndWhitespaceTokenizer, StringEnumerationHelperBase

public interface IOStringEnumeration
extends IOEnumeration


Method Summary
 boolean hasMoreStrings()
           
 String nextString()
           
 
Methods inherited from interface com.mchange.io.IOEnumeration
hasMoreElements, nextElement
 

Method Detail

hasMoreStrings

boolean hasMoreStrings()
                       throws IOException
Throws:
IOException

nextString

String nextString()
                  throws IOException
Throws:
IOException