public final class ByteArrayResourceRef extends Object implements IResourceRef, IIsModified
| Constructor and Description |
|---|
ByteArrayResourceRef(byte[] data,
String name,
ResourceDependencies deps) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists()
Return T if this resource actually exists.
|
InputStream |
getInputStream()
Returns the input stream for the resource.
|
boolean |
isModified()
Returns T if this resource has been modified.
|
String |
toString() |
public ByteArrayResourceRef(byte[] data,
String name,
ResourceDependencies deps)
public boolean isModified()
IIsModifiedisModified in interface IIsModifiedpublic boolean exists()
IResourceRefexists in interface IResourceRefpublic InputStream getInputStream() throws Exception
IResourceRefgetInputStream in interface IResourceRefExceptionCopyright © 2017 etc.to. All rights reserved.