RawBackupWriter.write - multiple declarations
Function RawBackupWriter.write
Writes an entire data chunk to the backup.
void write
(
ubyte[] Chunk
);
Throws
The same exceptions as the single byte write method.
Function RawBackupWriter.write
Writes a single byte to the backup.
void write
(
ubyte Data
);
Throws
The same exceptions as FSWriter's write method.