Contents

readBytes(intoBuffer:exactLength:)

Reads the number of bytes you specify from the read buffers into the memory pointed to by the pointer to the buffer you provide.

Declaration

func readBytes(intoBuffer buffer: UnsafeMutableRawPointer, exactLength: Int) throws

Parameters

  • buffer:

    Pointer to where the framework reads the read buffer’s memory to.

  • exactLength:

    Number of bytes to read from the read buffers.