|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileWrapper
Wrapper around files that provide some basic information about the file. This allows us to work with both files on disk and in the BASE file system without handling special cases.
Method Summary | |
---|---|
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. |
Method Detail |
---|
String getName()
long getSize()
String getCharacterSet()
InputStream getInputStream() throws IOException
IOException
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |