@FunctionalInterface public interface IHasReader
Reader objects.| Modifier and Type | Method and Description |
|---|---|
default Reader |
getBufferedReader()
Get a buffered reader to read from the object.
|
Reader |
getReader()
Get the reader to read from the object.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.