FSWriter.write - multiple declarations

Function FSWriter.write

Write a single byte to this filesystem.

void write (
  ubyte Data
);

Throws

NoEntryException if there's no entry.

Throws

LockedException if there's an operation going on already.

Function FSWriter.write

Write an entire chunk of data to this filesystem.

void write (
  ubyte[] Chunk
);

Throws

The same exceptions as the normal write method.