public interface FromFile
Modifier and Type | Method and Description |
---|---|
FromFile |
downloadable() |
void |
fromFile(java.nio.file.Path source) |
void |
fromFile(java.nio.file.Path source,
java.nio.charset.Charset encoding) |
void fromFile(java.nio.file.Path source) throws java.io.IOException
java.io.IOException
void fromFile(java.nio.file.Path source, java.nio.charset.Charset encoding) throws java.io.IOException
java.io.IOException
FromFile downloadable()