Uses of Interface
org.jline.reader.Buffer
-
Packages that use Buffer Package Description org.jline.reader JLine 3 Reader Package - Core components for building interactive command-line interfaces.org.jline.reader.impl JLine 3 Reader Implementation Package. -
-
Uses of Buffer in org.jline.reader
Methods in org.jline.reader that return Buffer Modifier and Type Method Description Buffer
Buffer. copy()
Creates a copy of this buffer.Buffer
LineReader. getBuffer()
Returns the current line buffer.Methods in org.jline.reader with parameters of type Buffer Modifier and Type Method Description void
Buffer. copyFrom(Buffer buffer)
Copies the content and cursor position from another buffer. -
Uses of Buffer in org.jline.reader.impl
Classes in org.jline.reader.impl that implement Buffer Modifier and Type Class Description class
BufferImpl
Default implementation of theBuffer
interface.Fields in org.jline.reader.impl declared as Buffer Modifier and Type Field Description protected Buffer
LineReaderImpl. buf
protected Buffer
LineReaderImpl. historyBuffer
Fields in org.jline.reader.impl with type parameters of type Buffer Modifier and Type Field Description protected UndoTree<Buffer>
LineReaderImpl. undo
Methods in org.jline.reader.impl that return Buffer Modifier and Type Method Description Buffer
LineReaderImpl. getBuffer()
Methods in org.jline.reader.impl with parameters of type Buffer Modifier and Type Method Description void
BufferImpl. copyFrom(Buffer buf)
protected void
LineReaderImpl. setBuffer(Buffer buffer)
-