FSReader.read - multiple declarations

Function FSReader.read

Reads a single byte from the current entry.

ubyte read();

Throws

EndOfFileException if end of file is reached.

Function FSReader.read

Reads a chunk of data from the current entry.

ubyte[] read (
  ulong Amount
);

Throws

The same exceptions as the single byte read method.