BcsWriterOptions class

Constructors

BcsWriterOptions({int? size, int? maxSize, int? allocateSize})

Properties

allocateSize int?
The amount of bytes that will be allocated whenever additional memory is required
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxSize int?
The maximum size (in bytes) that the buffer is allowed to grow to
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
The initial size (in bytes) of the buffer tht will be allocated
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited