Klasse ByteArrMapResourceWriter
java.lang.Object
com.github.hypfvieh.java.rtcompiler.resources.writer.ByteArrMapResourceWriter
- Alle implementierten Schnittstellen:
IResourceWriter
A resource based on a Map of byte arrays.
- Seit:
- 1.0.0 - 2024-01-26
- Autor:
- hypfvieh
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungCreates anOutputStream
pointing to the given resource name.
The actual target of theOutputStream
is specified by the implementation.
The caller has to close theOutputStream
after use.
-
Konstruktordetails
-
ByteArrMapResourceWriter
-
-
Methodendetails
-
create
Beschreibung aus Schnittstelle kopiert:IResourceWriter
Creates anOutputStream
pointing to the given resource name.
The actual target of theOutputStream
is specified by the implementation.
The caller has to close theOutputStream
after use.- Angegeben von:
create
in SchnittstelleIResourceWriter
- Parameter:
_name
- name of resource- Gibt zurück:
- OutputStream
-