Initializerswift-nio 2.72.0NIOCore
init(capacity:)
RecvByteBufferAllocator.swift:42init(capacity: Int)
init(capacity: Int)
s7NIOCore32FixedSizeRecvByteBufferAllocatorV8capacityACSi_tcfc
What are these?
FNV24: [9DZX9]
import NIOCore
The core abstractions that make up SwiftNIO.
struct FixedSizeRecvByteBufferAllocator
RecvByteBufferAllocator
which will always return a ByteBuffer
with the same fixed size no matter what was recorded.
@frozen struct Int
A signed integer value type.
let capacity: Int
func buffer(allocator: ByteBufferAllocator) -> ByteBuffer
func nextBufferSize() -> Int?
mutating func record(actualReadBytes: Int) -> Bool