| ReadAll(Byte*, Int32) | Reads from the underlying stream in little-endian format. Advancing the position. |
| ReadAll(Byte, Int32, Int32) | Reads all of the provided bytes. Will not return prematurely, but continue to execute a Read(Byte, Int32, Int32) command until the entire length has been read. |