Free decrements this Buffer's reference counter and frees the underlying byte slice if the counter reaches 0 as a result of this call.
()
| 51 | // Free decrements this Buffer's reference counter and frees the underlying |
| 52 | // byte slice if the counter reaches 0 as a result of this call. |
| 53 | Free() |
| 54 | // Len returns the Buffer's size. |
| 55 | Len() int |
| 56 | // Slice returns a new Buffer that is a view into this buffer's data |
no outgoing calls