public class BytesResource extends Resource
Resource.GlobalScopeProvider
scopeProvider
Constructor and Description |
---|
BytesResource(byte[] bytes,
String name,
IScopeProvider scopeProvider) |
BytesResource(InputStream inputStream,
String name,
IScopeProvider scopeProvider) |
Modifier and Type | Method and Description |
---|---|
String |
getSystemId() |
InputStream |
openStream() |
String |
toString() |
asInputSource, asSource, asXMLInputSource, getConfigurationClassLoader, getName, getResource, getResource, getResource
public BytesResource(byte[] bytes, String name, IScopeProvider scopeProvider)
public BytesResource(InputStream inputStream, String name, IScopeProvider scopeProvider) throws IOException
IOException
public InputStream openStream() throws IOException
openStream
in class Resource
IOException
public String getSystemId()
getSystemId
in class Resource
Copyright © 2023 Frank!Framework. All rights reserved.