|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJTFileReader
Cette interface permet de généraliser les reader de fichier JTheque.
| Method Summary | |
|---|---|
JTFile |
readFile(java.io.BufferedInputStream stream)
Read a JT File from a stream. |
JTFile |
readFile(java.io.File file)
Read a JT File from a File object. |
JTFile |
readFile(java.io.FileInputStream stream)
Read a JT File from a stream. |
JTFile |
readFile(java.lang.String path)
Read a JT File from a filepath. |
| Method Detail |
|---|
JTFile readFile(java.io.File file)
throws org.jtheque.utils.io.FileException
file - The file to read from.
org.jtheque.utils.io.FileException - Throws when an error occurs during the reading.
JTFile readFile(java.lang.String path)
throws org.jtheque.utils.io.FileException
path - The path to the file to read from.
org.jtheque.utils.io.FileException - Throws when an error occurs during the reading.
JTFile readFile(java.io.FileInputStream stream)
throws org.jtheque.utils.io.FileException
stream - The stream to read from.
org.jtheque.utils.io.FileException - Throws when an error occurs during the reading.
JTFile readFile(java.io.BufferedInputStream stream)
throws org.jtheque.utils.io.FileException
stream - The stream to read from.
org.jtheque.utils.io.FileException - Throws when an error occurs during the reading.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||