|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileHandler<T>
An object that can read and write objects to file.
| Method Summary | |
|---|---|
T |
read(InputStream is)
Read a T from the given stream |
void |
write(OutputStream os,
T t)
Write a T to the given stream |
| Method Detail |
|---|
T read(InputStream is)
throws IOException
IOException
void write(OutputStream os,
T t)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||