tryDecodeBorrowed abstract method

FrameBorrowedView? tryDecodeBorrowed(
  1. RingBuffer rb
)

Returns a decoded frame as a potentially-borrowed view, or null if the frame is incomplete.

Implementation

FrameBorrowedView? tryDecodeBorrowed(RingBuffer rb);