public interface FileWrapper
Modifier and Type | Method and Description |
---|---|
String |
getCharacterSet()
Get the character set used in the file.
|
InputStream |
getInputStream()
Get an input stream that reads data from the file.
|
String |
getName()
Get the name of the file.
|
long |
getSize()
Get the size of the file.
|
String getName()
long getSize()
String getCharacterSet()
InputStream getInputStream() throws IOException
IOException