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 toConsumerbut allowing anIOExceptionto be thrown.IOFunction<T,R> Functional interface similar toFunctionbut allowing anIOExceptionto be thrown.IOSupplier<T> Functional interface similar toSupplierbut allowing anIOExceptionto be thrown.IOToIntFunction<T> Functional interface similar toToIntFunctionbut allowing anIOExceptionto 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.