Interface Hurryable

  • All Known Implementing Classes:
    ChunkedInputStream

    public interface Hurryable
    A Hurryable is a class that has been instructed to complete its input processing so as to make resource associated with that input available to others.
    • Method Detail

      • hurry

        boolean hurry()
        Returns:
        a boolean indicating if the stream has been hurried or not.