Table of Contents

Class BufferDictionary

네임스페이스
easyar
어셈블리
EasyAR.Sense.dll

파일 경로에서 `Buffer`_로의 매핑입니다. 메모리에 저장된 여러 파일을 나타내는 데 사용됩니다.

public class BufferDictionary : RefBase, IDisposable
상속
BufferDictionary
구현
상속된 멤버

생성자

BufferDictionary()

public BufferDictionary()

메서드

Clone()

public BufferDictionary Clone()

clear()

사전을 비웁니다.

public virtual void clear()

contains(string)

지정된 경로가 사전에 있는지 확인합니다.

public virtual bool contains(string path)

매개 변수

path

count()

현재 파일 수.

public virtual int count()

remove(string)

지정된 경로를 제거합니다.

public virtual bool remove(string path)

매개 변수

path

set(string, Buffer)

지정된 경로에 대응하는 `Buffer`_ 를 설정합니다.

public virtual void set(string path, Buffer buffer)

매개 변수

path
buffer

tryGet(string)

지정된 경로에 해당하는 `Buffer`_ 를 얻으려 시도합니다.

public virtual Optional<Buffer> tryGet(string path)

매개 변수

path