Read returns amount of currently read bytes. TODO: remove
()
| 119 | // Read returns amount of currently read bytes. |
| 120 | // TODO: remove |
| 121 | func (d *Decoder) Read() int { |
| 122 | return 0 |
| 123 | } |
| 124 | |
| 125 | // Total returns total amount of data. |
| 126 | func (d *Decoder) Total() int { |
no outgoing calls