Instance Methodswift-nio 2.72.0NIOCore
record(actualReadBytes:)
RecvByteBufferAllocator.swift:47mutating func record(actualReadBytes: Int) -> Bool
mutating func record(actualReadBytes: Int) -> Bool
s7NIOCore32FixedSizeRecvByteBufferAllocatorV6record15actualReadBytesSbSi_tF
What are these?
FNV24: [3FPED]
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.
@frozen struct Bool
A value type whose instances are either true
or false
.
init(capacity: Int)
let capacity: Int
func buffer(allocator: ByteBufferAllocator) -> ByteBuffer
func nextBufferSize() -> Int?