neoneo-go/pkg/io
Roman Khimov 35e368c241 io: add a note for WriteArray, fix #519
It can't be really solved in many cases (it's used in P2P protocol and we have
to follow the usual conventions there) and in most of the cases we don't care
about the difference between nil slice and zero-length slice.
2019-12-09 18:39:30 +03:00
..
binaryBufWriter.go vm: add bufBinWriter to emit functions in order to catch errors 2019-12-02 13:04:33 +03:00
binaryReader.go io: implement ReadBytes() 2019-12-09 15:00:15 +03:00
binaryrw_test.go io: add support for pointer receivers in WriteArray() 2019-12-09 16:57:25 +03:00
binaryWriter.go io: add a note for WriteArray, fix #519 2019-12-09 18:39:30 +03:00
fileWriter.go io: move common function and add unit tests for it 2019-11-06 17:12:33 +03:00
fileWriter_test.go io: move common function and add unit tests for it 2019-11-06 17:12:33 +03:00
serializable.go io: optimize BinWriter.WriteArray() 2019-12-09 14:59:49 +03:00
size.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
size_test.go util: implement io.Serializable for Uint256 2019-11-14 14:20:38 +03:00