Package com.google.code.externalsorting
Interface IOStringStack
- All Known Implementing Classes:
BinaryFileBuffer
public interface IOStringStack
General interface to abstract away BinaryFileBuffer
so that users of the library can roll their own.
-
Method Summary
-
Method Details
-
close
- Throws:
IOException
-
empty
boolean empty() -
peek
String peek() -
pop
- Throws:
IOException
-