Uses of Interface
org.jline.reader.Buffer
Packages that use Buffer
Package
Description
JLine 3 Reader Package - Core components for building interactive command-line interfaces.
JLine 3 Reader Implementation Package.
-
Uses of Buffer in org.jline.reader
Methods in org.jline.reader that return BufferModifier and TypeMethodDescriptionBuffer.copy()
Creates a copy of this buffer.LineReader.getBuffer()
Returns the current line buffer.Methods in org.jline.reader with parameters of type Buffer -
Uses of Buffer in org.jline.reader.impl
Classes in org.jline.reader.impl that implement BufferFields in org.jline.reader.impl declared as BufferModifier and TypeFieldDescriptionprotected final Buffer
LineReaderImpl.buf
protected Buffer
LineReaderImpl.historyBuffer
Fields in org.jline.reader.impl with type parameters of type BufferMethods in org.jline.reader.impl that return BufferMethods in org.jline.reader.impl with parameters of type Buffer