Vertaling van "inputstream" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
You can instantiate this class by passing an inputstream class object to it.
Vous pouvez instancier cette classe en passant un objet de classe InputStream à elle.
You could have used a InputStream object instead.
À la place, vous pourriez avoir utilisé un objet InputStream.
Each of these has an associated subclass of InputStream.
Chacun d'entre eux possède une sous-classe associée d'InputStream.
InputStream, with optional buffer size.
InputStream, avec en option la taille du tampon.
Any Inputstream object that contains the content of the file
Tout objet InputStream qui contient le contenu du fichier
The inputStream parameter (optional) contains the stdin of the external process.
Le paramètre fluxEntrée (facultatif) contient le stdin du process externe.
When the input is not from the file, the value of these parameters is "InputStream".
Lorsque l'entrée ne provient pas du fichier, la valeur de ces paramètres est « InputStream ».
Both are derived from sf::InputStream and can thus be used polymorphic.
Tous deux héritent de sf::InputStream et ainsi peuvent être utilisé de manière polymorphique.
Chances are that another user already wrote a sf::InputStream class that suits your needs.
Il est bien possible que d'autres utilisateurs aient déjà écrit une classe héritant de sf::InputStream qui convienne à vos besoins.
This function reads data using an abstract sf::InputStream interface, which allows you to provide your own implementation of a stream class that works with SFML.
Cette fonction lit les données depuis une classe abstraite sf::InputStream, qui vous permet de définir vos propres implémentations.
Then an InputStream is procured from the URL, which in this case will simply produce a stream of the characters in the file.
Puis un InputStream est créé à partir de l'URL, qui dans ce cas va simplement créer un flux de caractères vers le fichier.
Line 2: We're opening a channel to the URL in question, and retrieving the corresponding data stream via an InputStream.
Ligne 2 : Nous ouvrons un canal vers l'url en question, et récupérons le flux de données correspondant via une InputStream.
By inheritance, everything derived from the InputStream or Reader classes have basic methods called read() for reading a single byte or array of bytes.
Par héritage, toute dérivée des classes InputStream ou Reader possède des méthodes de base nommées read() pour lire un simple byte ou un tableau de bytes.