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