Index
A C G I O R S T X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- appendWriter(Writer) - Method in class xyz.cofe.text.out.Output
-
Добавление потока вывода
C
- closeOnReset - Variable in class xyz.cofe.text.out.Output
G
- getEndl() - Method in class xyz.cofe.text.out.Output
-
Символы перевода строки
- getLineConvertor() - Method in class xyz.cofe.text.out.Output
-
Указывает функцию конвертации строки
- getLinePrefix() - Method in class xyz.cofe.text.out.Output
-
Указывает префикс в начале строки
- getLinePrefixFn() - Method in class xyz.cofe.text.out.Output
-
Указывает префикс в начале строки
I
- isCloseOnReset() - Method in class xyz.cofe.text.out.Output
-
Указывает закрывать поток, при сбросе (reset) вывода
O
- Output - Class in xyz.cofe.text.out
-
Поток вывода информации
- Output() - Constructor for class xyz.cofe.text.out.Output
-
Конструктор по умолчанию
- Output(File, Charset) - Constructor for class xyz.cofe.text.out.Output
-
Конструктор вывода в файл
- Output(OutputStream) - Constructor for class xyz.cofe.text.out.Output
-
Конструктор вывода
- Output(OutputStream, boolean) - Constructor for class xyz.cofe.text.out.Output
-
Конструктор вывода
- Output(Writer) - Constructor for class xyz.cofe.text.out.Output
-
Конструктор вывода
- Output(Writer, boolean) - Constructor for class xyz.cofe.text.out.Output
-
Конструктор вывода
- Output(Path, Charset) - Constructor for class xyz.cofe.text.out.Output
-
Конструктор вывода в файл
- Output(File, Charset) - Constructor for class xyz.cofe.text.out.Output
-
Конструктор вывода в файл
R
- removeWriter(Writer) - Method in class xyz.cofe.text.out.Output
-
Удаление потока вывода
- reset() - Method in class xyz.cofe.text.out.Output
-
Сброс вывода
- reset(Writer) - Method in class xyz.cofe.text.out.Output
-
Сброс потока вывода, указывает новый поток вывода
S
- setCloseOnReset(boolean) - Method in class xyz.cofe.text.out.Output
-
Указывает закрывать поток, при сбросе (reset) вывода
- setEndl(String) - Method in class xyz.cofe.text.out.Output
-
Символы перевода строки
- setLineConvertor(Function<String, String>) - Method in class xyz.cofe.text.out.Output
-
Указывает функцию конвертации строки
- setLinePrefix(String) - Method in class xyz.cofe.text.out.Output
-
Указывает префикс в начале строки. меняет свойтсво lineConvertor
- setLinePrefixFn(Supplier<String>) - Method in class xyz.cofe.text.out.Output
-
Указывает префикс в начале строки
T
- template(String) - Method in class xyz.cofe.text.out.Output
X
- xyz.cofe.text.out - package xyz.cofe.text.out
All Classes All Packages