Uses of Class
org.apache.commons.geometry.io.core.internal.CharReadBuffer
-
Packages that use CharReadBuffer Package Description org.apache.commons.geometry.io.core.internal 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 CharReadBuffer Modifier and Type Field Description private 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 CharReadBuffer Constructor Description SimpleTextParser(CharReadBuffer buffer)
Construct a new instance that reads characters from the given character buffer.
-