Package com.helger.commons.io.provider
Interface IOutputStreamProvider
-
- All Known Implementing Classes:
FileSystemByteStreamProvider,FileSystemCharStreamProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IOutputStreamProvider
A callback interface to retrieveOutputStreamobjects from a given name.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputStreamgetOutputStream(String sName, EAppend eAppend)Get the output stream from the given name.
-