VSS.Text_Streams.Memory_UTF8_Input

Entities

Tagged Types

Subprograms

Description

Copyright (C) 2020-2023, AdaCore

SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

Memory_UTF8_Input_Stream

type Memory_UTF8_Input_Stream is
  limited new VSS.Text_Streams.Input_Text_Stream with private;

Rewind

procedure Rewind (Self : in out Memory_UTF8_Input_Stream'Class)

Move current position to be processed to the begin of the data.

Parameters
Self

Set_Data

procedure Set_Data
  (Self : in out Memory_UTF8_Input_Stream'Class;
   Data : VSS.Stream_Element_Vectors.Stream_Element_Vector)

Set data to be processed.

Parameters
Self
Data