Copyright (C) 2020-2023, AdaCore
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
type Memory_UTF8_Input_Stream is
limited new VSS.Text_Streams.Input_Text_Stream with private;
procedure Rewind (Self : in out Memory_UTF8_Input_Stream'Class)
Move current position to be processed to the begin of the 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.