public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | /// The buffer to write to the archive. /// |
offset | int | /// The offset in the buffer from which to get bytes. /// |
count | int | /// The number of bytes to write. /// |
return | void |