public WriteEndOfCentralDirectory ( long noOfEntries, long sizeEntries, long startOfCentralDirectory, byte comment ) : void | ||
noOfEntries | long | The number of entries in the directory. |
sizeEntries | long | The size of the entries in the directory. |
startOfCentralDirectory | long | The start of the central directory. |
comment | byte | The archive comment. (This can be null). |
return | void |