Binary Raw - Docs
    Preparing search index...

    Interface DetectedEncoding

    Result of detecting encoding for a byte block.

    interface DetectedEncoding {
        contentStart: number;
        encoding: Encoding;
        hasBom: boolean;
    }
    Index

    Properties

    contentStart: number

    Offset where actual content starts (after BOM, if any)

    encoding: Encoding
    hasBom: boolean

    True if detection found an explicit BOM