bufferSize

Gets or sets the buffer’s size, in MB, for text stream operations.


ReadWrite

Yes


Syntax

Accesor Syntax
Get expression.bufferSize
Let expression.bufferSize = value
Accesor Parameters
Get None
Let Name: Value
Type: Single
Modifiers: ByVal
Accesor Returns Type
Get Single
Let None

📝Note

The bufferSize enables user to specify how many data is read at a time. By default, the bufferSize property is set to 0.5 MB. For files holding very long lines, user must to choose a size enough to hold couple of lines at once.

See also
ReadText Method, BufferLength Property.

Back to Properties overview