Class ByteStreamWriter

Inheritance Relationships

Base Type

Class Documentation

class ByteStreamWriter : public inexor::vulkan_renderer::serialization::ByteStream

Public Functions

template<typename T>
void write(const T &value)

Generic write method.

ByteStream() = default
explicit ByteStream(std::vector<std::uint8_t> buffer)
explicit ByteStream(const std::filesystem::path &path)

Read from file.