Overload | Description |
---|---|
WriteItemData(Stream) | Writes the entire contents of a stream to the ZipWriter object's stream |
WriteItemData(Stream,Int32) | Writes the entire contents of a stream to the ZipWriter object's stream. |
WriteItemData(Stream,Byte[]) | Writes the entire contents of a stream to the ZipWriter object's stream. |
WriteItemData(Stream,Byte[],Int32,Int32) | Writes the entire contents of a stream to the ZipWriter object's stream. |
WriteItemData(Byte[]) | Writes the entire supplied byte array to the ZipWriter object's stream. |
WriteItemData(Byte[],Int32,Int32) | Writes a sequence of bytes to the ZipWriter object's stream and advances the position within the stream by the number of bytes written. |