Interface IoBuffer<T>

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable, Input<T>, Output<T>
    All Known Implementing Classes:
    LimitedQueueBuffer

    public interface IoBuffer<T>
    extends Input<T>, Output<T>
    An items buffer acting as input either output
    • Method Detail

      • isEmpty

        boolean isEmpty()
        Returns:
        true if the buffer is empty
      • size

        int size()
        Returns:
        count of the items in the buffer