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 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
-
FileResourceWriter
-
-
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
- Löst aus:
IOException
- when stream could not be created
-