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, thebufferSize
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.