Interface ByteStringParser.ParseStep<T>

    • Method Detail

      • canWorkWithPartialData

        boolean canWorkWithPartialData()
        Must return true when NeedMoreData will clean buffer. If returns false - next pulled data will be appended to existing data in buffer
        Returns:
        (undocumented)
      • onTruncation

        void onTruncation()