Read >8 bytes. MAY use the destination slice.
(n int, dst []byte)
| 17 | // Read >8 bytes. |
| 18 | // MAY use the destination slice. |
| 19 | readBig(n int, dst []byte) ([]byte, error) |
| 20 | |
| 21 | // Read a single byte. |
| 22 | readByte() (byte, error) |
no outgoing calls
no test coverage detected