Function InputStream.readLE

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

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