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 Detail

      • close

        void close()
            throws java.io.IOException
        Throws:
        java.io.IOException
      • empty

        boolean empty()
      • peek

        java.lang.String peek()
      • pop

        java.lang.String pop()
                      throws java.io.IOException
        Throws:
        java.io.IOException