shift_stream_value

Description

Helper class to encode/decode any primitive type into/from litte endian. The shift class does this by shifting bytes. This type of procedure is platform independent. So it does not matter if the memory layout is little endian or big endian

Specializations