Click or drag to resize
DefaultsPhysicalStreamBufferSize Field
The default size of the temporary in-memory buffer that is allocated to read from/write to a stream that is presumed to send/receive its data directly to/from a physical resource, like a network or a file on a disk.

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public const int PhysicalStreamBufferSize = 8192

Field Value

Type: Int32
See Also