ToText returns the reconstructed data format of a record. In case a big enough buf is passed, it will be used to serialize the record.
(buf []byte)
| 19 | // In case a big enough buf is passed, it will be used to serialize the |
| 20 | // record. |
| 21 | ToText(buf []byte) []byte |
| 22 | |
| 23 | // Copy creates and returns a copy of the current record. |
| 24 | // |
no outgoing calls