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: SingleModifiers: ByVal |
| Accesor | Returns Type |
|---|---|
| Get | Single |
| Let | None |
📝Note
The
bufferSizeenables user to specify how many data is read at a time. By default, thebufferSizeproperty 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.