You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OStreamWrapper and IStreamWrapper need to have << and >> operators defined for basic and primitive types, such as int, float, double, string, etc.
They should probably also be renamed to something more generic yet descriptive, e.g. BinaryOstream and BinaryIstream or DataOstream and DataIstream or the like. Think about this. Note that compression is possible but optional.