-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
Create the functional equivalent of:
new Asset()
{
@Override
public InputStream openStream()
}
User code should look like:
new StringAsset("string");
new StringAsset("string",Charset);