# io.github.libtmux.Buffers.Buffers

- **Module:** io.github.libtmux.Buffers
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/Buffers.java#L16
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-buffers-buffers/

The tmux server's paste buffers.

<p>Buffers are the server's, not a session's: anything copied in one session can be pasted into
another. They are addressed by name rather than by the stack position tmux also accepts, because
a position moves whenever anything else is copied.

## Members

- `EXACT_NAMED_DELETE` (attribute)
- `Buffers` (method)
- `list` (method) — Every buffer the server holds, in tmux's order.
- `set` (method) — Puts text in a named buffer, replacing whatever was there.
- `show` (method) — What a buffer holds.
- `delete` (method) — Removes a buffer by its exact name.
- `save` (method) — Writes a buffer's contents to a file.
- `load` (method) — Reads a file into a named buffer.
