Back to API Reference
Enum

FileTextBackend

How the loader reaches the file's bytes.

public static readonly FileTextBackend Auto = 0

Memory-map when the platform proves it at construction; otherwise chunked reads.

public static readonly FileTextBackend ChunkedRead = 1
public static readonly FileTextBackend MemoryMapped = 2