Required Instance Propertyswift-nio 2.74.0NIOCore

    requiredBytesHint

    An estimate of the number of bytes required to write integers using this strategy. Callers may use this to reserve bytes before writing the integer. If the actual bytes used by the write function is more or less than this, it may be necessary to shuffle bytes. Therefore, an accurate prediction here will improve performance. This function will be called from writeLengthPrefixed(strategy:writeData:)

    ByteBuffer-binaryEncodedLengthPrefix.swift:46
    var requiredBytesHint: Int { get }

    Other requirements

    Instance members

    Citizens in NIOCore

    Default implementations