mimekit-ts - v1.0.0
    Preparing search index...

    Class PassThroughFilter

    A filter that simply passes data through without any processing.

    Implements

    Index
    • Filter the specified input buffer, flushing all internally buffered data to the output.

      Parameters

      • input: Uint8Array

        The input buffer.

      • startIndex: number

        The starting index of the input buffer.

      • length: number

        The number of bytes of input to filter.

      Returns MimeFilterResult

      The unmodified input range.