Instance Propertyswift-nio 2.72.0NIOCore
capacity
RecvByteBufferAllocator.swift:40let capacity: Int
let capacity: Int
s7NIOCore32FixedSizeRecvByteBufferAllocatorV8capacitySivp
What are these?
FNV24: [7FBFU]
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.
init(capacity: Int)
func buffer(allocator: ByteBufferAllocator) -> ByteBuffer
func nextBufferSize() -> Int?
mutating func record(actualReadBytes: Int) -> Bool