binarystream/stream/signed/
mod.rs

1mod byte;
2mod int8;
3mod int16;
4mod int24;
5mod int32;
6mod int64;
7mod short;
8mod long;