Read up to 8 bytes. Returns io.ErrUnexpectedEOF if this cannot be satisfied.
(n int)
| 13 | // Read up to 8 bytes. |
| 14 | // Returns io.ErrUnexpectedEOF if this cannot be satisfied. |
| 15 | readSmall(n int) ([]byte, error) |
| 16 | |
| 17 | // Read >8 bytes. |
| 18 | // MAY use the destination slice. |
no outgoing calls
no test coverage detected