neoneo-go/pkg/io
Roman Khimov 0da9fe6946 io: move size calculator there
It's mostly used for Serializable and in other cases where one needs to
estimate binary-encoded size of the stucture. This also simplifies future
removal of the Size() from Serializable.
2019-09-16 23:39:54 +03:00
..
binaryBufWriter.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
binaryReader.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
binaryrw_test.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
binaryWriter.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
serializable.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
size.go io: move size calculator there 2019-09-16 23:39:54 +03:00
size_test.go io: move size calculator there 2019-09-16 23:39:54 +03:00