Skip to content

Add option to allow auto-detection for LZFInputStream, LZFFileInputStream #7

@cowtowncoder

Description

@cowtowncoder

It would be nice to be able to do optional decompression, meaning that if input is detected to be LZF (as per signature), decompress; if not, read as is.

Since this is potentially dangerous feature in that it could hide corrupt data, it should be disabled by default, but could be enabled by user.
It should be supported both by regulard LZFInputStream and LZFFileInputStream.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions