TriLib
Search Results for

    Show / Hide Table of Contents

    Enum FileBufferingMode

    Specifies the buffering behavior for file input streams.

    Namespace: TriLibCore
    Assembly: TriLibCore.dll
    Syntax
    public enum FileBufferingMode

    Fields

    Name Description
    Always

    File buffering is always enabled, regardless of file size. Streams are fully loaded into memory before processing.

    Disabled

    File buffering is disabled, meaning streams are read directly without being fully loaded into memory.

    SmallFilesOnly

    File buffering is enabled only for files that are smaller than 50 MB. Larger files are read directly without being buffered into memory.

    Extension Methods

    IObjectExtensions.TryToDispose<T>(object)
    In this article
    Back to top Generated by DocFX