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)
매개 변수
pathbuffer
tryGet(string)
지정된 경로에 해당하는 `Buffer`_ 를 가져오려고 시도합니다.
public virtual Optional<Buffer> tryGet(string path)
매개 변수
path