serio
    Preparing search index...

    Class SStringNT

    Serializable wrapper class for null-terminated strings.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    length?: number

    Fixed serialized size, or undefined if dynamically sized.

    value: string = ''

    Methods

    • Returns a SStringNT class that has a fixed serialized size.

      Parameters

      • length: number

      Returns typeof __class