Read(Stream)
Reads a table snapshot from a stream.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Localization.Providers.FileTables
- Assembly: UnityEngine.LocalizationRuntimeModule
ResourceTableData Read(Stream stream)
Parameters
The source stream to read from.
Returns
Type | Description |
|---|---|
| ResourceTableData | The table snapshot read from the stream. |
Remarks
The stream is left open for the caller to dispose.