DEFAULT_BUFFER_SIZE top-level constant

Int const DEFAULT_BUFFER_SIZE

Returns the default buffer size when working with buffered streams.

Implementation

const Int DEFAULT_BUFFER_SIZE = 8 * 1024;