nw::font::ArchiveFontBase::CachedStreamReader::Get Member Function

Syntax

const void * Get(
     u32 size
);

Arguments

Name Description
in size The size of the data being referenced. The referenced data will be handled as data that has been already read.

Return Values

Returns the pointer to the stream data.

Description

Directly references data in a stream. Cannot be used if cached data exists.


CONFIDENTIAL