Uses of Class
org.apache.commons.geometry.io.core.internal.CharReadBuffer
Packages that use CharReadBuffer
Package
Description
This package contains IO utilities intended for internal use only.
-
Uses of CharReadBuffer in org.apache.commons.geometry.io.core.internal
Fields in org.apache.commons.geometry.io.core.internal declared as CharReadBufferModifier and TypeFieldDescriptionprivate final CharReadBuffer
SimpleTextParser.buffer
Character read buffer used to access the character stream.Constructors in org.apache.commons.geometry.io.core.internal with parameters of type CharReadBufferModifierConstructorDescriptionSimpleTextParser
(CharReadBuffer buffer) Construct a new instance that reads characters from the given character buffer.