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 anOutputStreampointing to the given resource name.
The actual target of theOutputStreamis specified by the implementation.
The caller has to close theOutputStreamafter use.
-
Konstruktordetails
-
ByteArrMapResourceWriter
-
-
Methodendetails
-
create
Beschreibung aus Schnittstelle kopiert:IResourceWriterCreates anOutputStreampointing to the given resource name.
The actual target of theOutputStreamis specified by the implementation.
The caller has to close theOutputStreamafter use.- Angegeben von:
createin SchnittstelleIResourceWriter- Parameter:
_name- name of resource- Gibt zurück:
- OutputStream
-