Package org.apache.commons.geometry.io.core.internal
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.
-
ClassDescriptionClass used to buffer characters read from an underlying
Reader
.Internal class containing utility methods for IO operations.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.Functional interface similar toToIntFunction
but allowing anIOException
to be thrown.Class providing basic text parsing capabilities.