OptionalmaxThe maximum size of split data when creating a ZipWriter instance or when calling FileEntry#getData with a generator of WritableWriter instances.
OptionalsizeThe number of bytes written into the instance. It is set to 0 before the first write and updated as the data is written, so a writer needing the value (e.g. to compute the offset of a disk) can read it.
The WritableStream instance.
Represents an instance used to write data into a
WritableStreaminstance.