SetPadding sets hasPaddingding to the data if true. If false the data won't be hasPaddingded.
(value bool)
| 63 | |
| 64 | // SetPadding sets hasPaddingding to the data if true. If false the data won't be hasPaddingded. |
| 65 | func (data *Data) SetPadding(value bool) { |
| 66 | data.hasPadding = value |
| 67 | } |
| 68 | |
| 69 | // Append appends b to data. |
| 70 | func (data *Data) Append(b []byte) { |
no outgoing calls