Click or drag to resize
Defaults Class
Provides common defaults.
Inheritance Hierarchy
SystemObject
  Lawo.IODefaults

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static class Defaults

The Defaults type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberInMemoryStreamBufferSize
The default size of the temporary in-memory buffer that is allocated to read/write from a stream that retrieves/sends its data from/to memory.
Public fieldStatic memberPhysicalStreamBufferSize
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.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also