Instance Propertyswift-nio 2.81.0NIOCore

capacity

The current capacity of the storage of this ByteBuffer, this is not constant and does not signify the number of bytes that have been written to this ByteBuffer.

ByteBuffer-core.swift:582
var capacity: Int { get }