Function InputStream.readBE

Reads big-endian integer, converts to native-endian and stores in value

final bool readBE(T) (
  T* value
);