![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Public Member Functions | |
| BufferView (const char *input, uint64_t size) | |
| uint64_t | pos () const |
| bool | seek (uint64_t offset, int whence) |
| void | read (char *buffer, uint64_t count) |
Tool class to read buffer efficiently without multiplying copy operations.
WARNING: pointer input is handled by user!
Definition at line 85 of file CheckedFile.cpp.
|
inline |
| [IN] | input: filled buffer owned by caller. |
| [IN] | size: size of input |
Definition at line 90 of file CheckedFile.cpp.
|
inline |
Definition at line 94 of file CheckedFile.cpp.
|
inline |
Definition at line 123 of file CheckedFile.cpp.
References count.
|
inline |