ReadOnlyData returns the underlying byte slice. Note that it is undefined behavior to modify the contents of this slice in any way.
()
| 46 | // ReadOnlyData returns the underlying byte slice. Note that it is undefined |
| 47 | // behavior to modify the contents of this slice in any way. |
| 48 | ReadOnlyData() []byte |
| 49 | // Ref increases the reference counter for this Buffer. |
| 50 | Ref() |
| 51 | // Free decrements this Buffer's reference counter and frees the underlying |
no outgoing calls