DecodeFrameAtResult

decodeFrameAt()'s own internal result - a DecodedFrame plus where the next frame (if any) starts. Not exposed outside this file; decodeFrames() unpacks it back down to a plain DecodedFrame for its own DecodeResult.frames.

Properties

  • opcode (integer)
  • final (boolean)
  • payload (roByteArray)
  • nextOffset (integer)