Length returns length of the decoded data. TODO: remove
()
| 113 | // Length returns length of the decoded data. |
| 114 | // TODO: remove |
| 115 | func (d *Decoder) Length() int { |
| 116 | return 0 |
| 117 | } |
| 118 | |
| 119 | // Read returns amount of currently read bytes. |
| 120 | // TODO: remove |