FileReader.read

reads and returns size number of bytes from file starting from seek-position If not enough bytes are left, the array returned will be smaller than size Returns null if the seek-position is at end, or if there are no bytes to be read

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

Meta