ReadByteBytes is analogous to ReadUint8Bytes
(b []byte)
| 778 | |
| 779 | // ReadByteBytes is analogous to ReadUint8Bytes |
| 780 | func ReadByteBytes(b []byte) (byte, []byte, error) { |
| 781 | return ReadUint8Bytes(b) |
| 782 | } |
| 783 | |
| 784 | // ReadBytesBytes reads a 'bin' object |
| 785 | // from 'b' and returns its vaue and |
searching dependent graphs…