Package com.helger.commons.io
Interface IHasWriter
-
- All Known Implementing Classes:
StringWriterProvider
- 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 IHasWriter
A callback interface to retrieveWriterobjects.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default WritergetBufferedWriter()Get a buffered writer to write to an object.WritergetWriter()Get the writer to write to an object.
-