Base class: Buffer

Lua
C++
Edit

StreamBuffer

This class provides an interface to manipulate part of a file as if it was a memory block, without loading the entire file into memory at once. This can be useful when working with super-resolution images and other large files. Random access speeds on mechanical hard drives are much slower than solid state drives, so if you are processing big data sets you will probably want to use an SSD.

Property Type Description
CreateStreamBuffer Function creates a new StreamBuffer object
Copyright © 2024 Ultra Software.
All rights reserved.