Klasse FileResourceWriter
java.lang.Object
com.github.hypfvieh.java.rtcompiler.resources.writer.FileResourceWriter
- Alle implementierten Schnittstellen:
IResourceWriter
A resource writer which writes the resource content to file.
- 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
-
FileResourceWriter
-
-
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
- Löst aus:
IOException- when stream could not be created
-