See: Description
Interface | Description |
---|---|
IOConsumer<T> |
Functional interface similar to
Consumer but allowing an
IOException to be thrown. |
IOFunction<T,R> |
Functional interface similar to
Function but allowing an
IOException to be thrown. |
IOSupplier<T> |
Functional interface similar to
Supplier but allowing an
IOException to be thrown. |
IOToIntFunction<T> |
Functional interface similar to
ToIntFunction but allowing an
IOException to be thrown. |
Class | Description |
---|---|
CharReadBuffer |
Class used to buffer characters read from an underlying
Reader . |
GeometryIOUtils |
Internal class containing utility methods for IO operations.
|
SimpleTextParser |
Class providing basic text parsing capabilities.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.