Schnittstelle IResourceWriter
- Alle bekannten Implementierungsklassen:
ByteArrMapResourceWriter
,FileResourceWriter
public interface IResourceWriter
Base interface for all resource writers.
ResourceWriter are used to write any sort of resource to an
ResourceWriter are used to write any sort of resource to an
OutputStream
.- Seit:
- 1.0.0 - 2024-01-25
- Autor:
- hypfvieh
-
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.
-
Methodendetails
-
create
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.- Parameter:
_name
- name of resource- Gibt zurück:
- OutputStream
- Löst aus:
IOException
- when stream could not be created
-