A virtual resource whose content is a String, instead of a file on disc.
StringResource makes it possible to create resource-content dynamically
and feed it to applications like any other resource.
Neighbouring resources of a StringResource
StringResource needs a 'locator resource' that specifies the 'location' of
this virtual resource. StringResource doesn't implement the getResource()
method by itself but forwards the call to its locator resource.
Copyright (C) 2004 Timo Laitinen
author: Timo Laitinen since: JICE-0.10 version: 1.0 |