Interface ChannelBufferIndexFinder

    • Method Detail

      • find

        boolean find​(ChannelBuffer buffer,
                     int guessedIndex)
        Returns true if and only if the data is found at the specified guessedIndex of the specified buffer.

        The implementation should not perform an operation which raises an exception such as IndexOutOfBoundsException nor perform an operation which modifies the content of the buffer.