Uses of Interface
org.jline.reader.Buffer
-
Packages that use Buffer Package Description org.jline.reader JLine 3.org.jline.reader.impl -
-
Uses of Buffer in org.jline.reader
Methods in org.jline.reader that return Buffer Modifier and Type Method Description Buffer
Buffer. copy()
Buffer
LineReader. getBuffer()
Methods in org.jline.reader with parameters of type Buffer Modifier and Type Method Description void
Buffer. copyFrom(Buffer 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
A holder for aStringBuilder
that also contains the current cursor position.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)
-