capacitor-plugin-scanbot-barcode-scanner-sdk
    Preparing search index...

    Class RangeEncoding

    A character encoding for a given range of bytes.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • Optionalsource: DeepPartial<RangeEncoding>

      Returns RangeEncoding

    Properties

    Character encoding for the given range.

    end: number

    End index of the range (inclusive).

    start: number

    Start index of the range.

    Methods

    • Parameters

      Returns {
          encoding?: CharacterEncoding;
          end?: number;
          serialize?: (
              config?: ToJsonConfiguration,
          ) => { readonly start?: number | undefined; readonly end?: number | undefined; readonly encoding?: CharacterEncoding | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
          start?: number;
      }

      • Optional Readonlyencoding?: CharacterEncoding

        Character encoding for the given range.

      • Optional Readonlyend?: number

        End index of the range (inclusive).

      • Optionalserialize?: (
            config?: ToJsonConfiguration,
        ) => { readonly start?: number | undefined; readonly end?: number | undefined; readonly encoding?: CharacterEncoding | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }
      • Optional Readonlystart?: number

        Start index of the range.