16#include <Lire_Fichier_Bin.h>
Class defining operators and methods for all reading operation in an input flow (file,...
Reads a file in binary format.
Entree & interpreter(Entree &) override
Reads a binary-format file. With 2 arguments nom1 and nom2, reads the object from file nom2 into obje...
class Lire_Fichier: reads a file.
Entree & interpreter(Entree &) override
Two possible syntaxes in the data file: Lire_fichier NOM_OBJET NOM_FICHIER.
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
Base class for output streams.