Global type definitions and header inclusions.
Abstract writer of an asset to a StringBuffer.
virtual void write(const T *asset, StringBuffer *buf)=0
Write the specified asset to the StringBuffer.
virtual ~AssetWriter()
Destructor in case inherited classes need it.
A buffer that will be expanded as content is added to it.