Table of Contents

Class BufferDictionary

Espace de noms
easyar
Assembly
EasyAR.Sense.dll

Un mappage des chemins de fichiers vers `Buffer`_. Utilise pour representer plusieurs fichiers places en memoire.

public class BufferDictionary : RefBase, IDisposable
Héritage
BufferDictionary
Implémente
Membres hérités

Constructeurs

BufferDictionary()

public BufferDictionary()

Méthodes

Clone()

public BufferDictionary Clone()

clear()

Efface le dictionnaire.

public virtual void clear()

contains(string)

Determine si le chemin specifie se trouve dans le dictionnaire.

public virtual bool contains(string path)

Paramètres

path

count()

Nombre actuel de fichiers.

public virtual int count()

remove(string)

Supprime le chemin specifie.

public virtual bool remove(string path)

Paramètres

path

set(string, Buffer)

Definit le `Buffer`_ correspondant au chemin specifie.

public virtual void set(string path, Buffer buffer)

Paramètres

path
buffer

tryGet(string)

Tente d'obtenir le `Buffer`_ correspondant au chemin specifie.

public virtual Optional<Buffer> tryGet(string path)

Paramètres

path