BufferSize returns the capacity of the read buffer.
()
| 292 | |
| 293 | // BufferSize returns the capacity of the read buffer. |
| 294 | func (m *Reader) BufferSize() int { return m.R.BufferSize() } |
| 295 | |
| 296 | // NextType returns the next object type to be decoded. |
| 297 | func (m *Reader) NextType() (Type, error) { |
no outgoing calls