Crumbtrail
    Preparing search index...

    Interface IZStreamWriteOptions

    Options for the write operation.

    interface IZStreamWriteOptions {
        buffer?: Buffer<ArrayBufferLike>;
    }
    Index

    Properties

    Properties

    buffer?: Buffer<ArrayBufferLike>

    The data buffer to write if the write is to a file.

    This should do nothing if creating a folder. If this is falsy and a file is being written, then the write operation acts like a touch and simply creates an empty file.