nw::font::ArchiveFontBase::CachedStreamReader Structure

Syntax

struct CachedStreamReader

Description

Member Functions

GetRemain Gets the remaining size of the retrieved stream data.
Advance Reads and discards the stream.
CopyTo Copies a stream to ConstructContext.
MoveTo Moves a stream. This is used to write a cached stream to a cache.
ManagedCopy Copies the necessary amount of data to the construct context.
HasBufData Determines whether cached data exists.
Get Directly references data in a stream. Cannot be used if cached data exists.
Attach Takes part of the stream read into the buffer.
RequestData Requests data be added to a stream.
GetOffset Returns the current position of the stream fragment currently being managed.

CONFIDENTIAL