pyvista_zstd.Reader.__init__

pyvista_zstd.Reader.__init__#

Reader.__init__(filename: Path | str | None = None, *, buffer: bytes | bytearray | memoryview | NDArray[Any] | None = None, backend: str | None = None, check_extension: bool = True) → None#

Initialize the decompressor.

backend is deprecated and ignored. check_extension=False permits application-specific filenames; container contents and version are still validated normally.