|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.jpalm.palmdb.PalmWriter
public class PalmWriter
Writes a Palm database to PalmDB format.
| Constructor Summary | |
|---|---|
PalmWriter()
|
|
| Method Summary | |
|---|---|
void |
save(java.io.OutputStream stream,
PalmDB database)
Writes a Palm database to a PalmDB stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PalmWriter()
| Method Detail |
|---|
public void save(java.io.OutputStream stream,
PalmDB database)
throws java.io.IOException
stream - an output streamdatabase - a Palm database
java.io.IOException - if the file could not be written
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||