public interface PreparedHeader
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(java.io.File file,
java.lang.String charset,
boolean skipExistingHeaders) |
boolean |
update(java.io.File file,
java.lang.String charset,
java.lang.String lineSeparator,
boolean skipExistingHeaders,
java.lang.Runnable callback) |
boolean check(java.io.File file,
java.lang.String charset,
boolean skipExistingHeaders)
throws java.io.IOException
java.io.IOExceptionboolean update(java.io.File file,
java.lang.String charset,
java.lang.String lineSeparator,
boolean skipExistingHeaders,
java.lang.Runnable callback)
throws java.io.IOException
java.io.IOException