Returns true if there are any data to read. false means end of the stream.
Attempts to read count bytes from stream and stores them in memory pointing by buffer. Returns number of bytes actually read
Attempts to fill an array with raw data from stream. Returns true if the array was filled, false otherwise
Reads little-endian integer, converts to native-endian and stores in value
Reads big-endian integer, converts to native-endian and stores in value
InputStream that wraps FILE