Extension (Structure)swift-nio 2.74.0all tags
DispatchData (ext)
You’re viewing third-party extensions to DispatchData
, a struct from the Swift standard library.
You can also read the documentation forDispatchData
itself.
extension DispatchData
Extension in NIOCore
Type members
init(buffer: ByteBuffer
) Creates a
DispatchData
from a givenByteBuffer
. The entire readable portion of the buffer will be read.