12#ifndef ARCANE_STD_TEXTREADER_H
13#define ARCANE_STD_TEXTREADER_H
18#include "arcane/utils/String.h"
44 ARCANE_DEPRECATED_REASON(
"Y2024: This class is deprecated")
45 explicit TextReader(
const String& filename);
47 TextReader(
const TextReader& rhs) =
delete;
49 TextReader& operator=(
const TextReader& rhs) =
delete;
59 void setFileOffset(
Int64 v);
62 std::ifstream& stream();
63 Int64 fileLength()
const;
67 ARCANE_DEPRECATED_REASON(
"Y2023: Use read(Span<const std::byte>) instead")
69 ARCANE_DEPRECATED_REASON(
"Y2023: Use read(Span<const std::byte>) instead")
71 ARCANE_DEPRECATED_REASON(
"Y2023: Use read(Span<const std::byte>) instead")
73 ARCANE_DEPRECATED_REASON(
"Y2023: Use read(Span<const std::byte>) instead")
75 ARCANE_DEPRECATED_REASON(
"Y2023: Use read(Span<const std::byte>) instead")
84 void _binaryRead(
void* bytes,
Int64 len);
85 void _checkStream(
const char* type,
Int64 nb_read_value);
Déclarations des types utilisés dans Arcane.
Interface d'un service permettant de compresser/décompresser des données.
Référence à une instance.
Vue d'un tableau d'éléments de type T.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
std::int64_t Int64
Type entier signé sur 64 bits.