Klasse ByteArrResource
java.lang.Object
com.github.hypfvieh.java.rtcompiler.resources.locator.AbstractResource
com.github.hypfvieh.java.rtcompiler.resources.locator.ByteArrResource
Resource stored in a byte array.
- Seit:
- 1.0.0 - 2024-01-26
- Autor:
- hypfvieh
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungByteArrResource
(String _resourceName, byte[] _content) Create a new resource with given name containing the given byte array. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungopen()
Creates anInputStream
for the underlying resource.
The call must take care of closing this stream!Von Klasse geerbte Methoden com.github.hypfvieh.java.rtcompiler.resources.locator.AbstractResource
getLastMod, getResourceName
-
Konstruktordetails
-
ByteArrResource
Create a new resource with given name containing the given byte array.- Parameter:
_resourceName
- name_content
- content
-
-
Methodendetails
-
open
Beschreibung aus Klasse kopiert:AbstractResource
Creates anInputStream
for the underlying resource.
The call must take care of closing this stream!- Angegeben von:
open
in KlasseAbstractResource
- Gibt zurück:
- InputStream
-