Size returns the number of bytes that would be returned by calling Get.
()
| 38 | |
| 39 | // Size returns the number of bytes that would be returned by calling Get. |
| 40 | Size() uint64 |
| 41 | |
| 42 | // Slice returns a new Data referencing a subset range of the data. |
| 43 | // The range r is relative to the base of the Slice. For example a slice of |
no outgoing calls