FileReader.read

Reads and returns bytes starting from seek till terminate byte, or if EOF is reached

  1. void[] read(uinteger size)
  2. void[] read(ubyte terminate)
    class FileReader
    void[]
    read
    (
    ubyte terminate
    )

Meta