public interface FileAppendText
| Modifier and Type | Method and Description |
|---|---|
void |
appendText(String text,
Charset cs)
Запись текста в конец файла
|
void |
appendText(String text,
Charset cs,
int blockSize,
xyz.cofe.collection.Func2<Object,Long,Long> progress)
Запись текста в конец файла
|
void appendText(String text, Charset cs, int blockSize, xyz.cofe.collection.Func2<Object,Long,Long> progress)
text - Текстcs - КодировкаblockSize - Размер блока или -1progress - Функция уведомления записи или null. Copyright © 2017. All rights reserved.