Package org.apache.commons.geometry.io.core.internal
This package contains IO utilities intended for internal use only.
No guarantees are made for the stability of the contained APIs
across library versions.
-
Interface Summary Interface Description IOConsumer<T> Functional interface similar toConsumer
but allowing anIOException
to be thrown.IOFunction<T,R> Functional interface similar toFunction
but allowing anIOException
to be thrown.IOSupplier<T> Functional interface similar toSupplier
but allowing anIOException
to be thrown.IOToIntFunction<T> Functional interface similar toToIntFunction
but allowing anIOException
to be thrown. -
Class Summary Class Description CharReadBuffer Class used to buffer characters read from an underlyingReader
.GeometryIOUtils Internal class containing utility methods for IO operations.SimpleTextParser Class providing basic text parsing capabilities.