Get rid of Oddities.StreamUtil
ForNeVeR opened this issue · 0 comments
ForNeVeR commented
Currently, Oddities.StreamUtil provides several methods to read data from streams, and it's stored in a separate assembly (because it is used in several others I think?).
It is not very practical to keep it in a separate assembly because of a couple of methods, so let's do something about it.
- Check if it is really required, maybe it could be replaced with
BinaryPrimitviesorBinaryReaderor something similar. - If it is required, then consider using
.shprojfor it, to merge the files into the using assemblies.