@FunctionalInterface public interface IHasWriter
Writer objects.| Modifier and Type | Method and Description |
|---|---|
default Writer |
getBufferedWriter()
Get a buffered writer to write to an object.
|
Writer |
getWriter()
Get the writer to write to an object.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.