IUTF8Bytes
An interface for a sequence of UTF-8 encoded text.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Interface
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public interface IUTF8Bytes
Properties
Property | Description |
|---|---|
| IsEmpty | Whether this IUTF8Bytes is empty. |
Methods
Method | Description |
|---|---|
| GetUnsafePtr | Returns a pointer to the content of this IUTF8Bytes. |
| TryResize | Attempt to set the length in bytes of this IUTF8Bytes's content buffer. |