fn readIntForeign(self: Self, comptime T: type) Error || error{EndOfStream}!T
Reads a foreign-endian integer
self: Self,
T: type,