|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjxtray.io.WriterStrategy
jxtray.io.GunzipWriterStrategy
Field Summary |
Fields inherited from class jxtray.io.WriterStrategy |
_fileName |
Constructor Summary | |
GunzipWriterStrategy(java.lang.String filename)
|
Method Summary | |
void |
close()
|
java.lang.String |
getName()
Return the writer name |
void |
open()
|
void |
write(java.lang.String data)
Write the data data in file file
It use |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GunzipWriterStrategy(java.lang.String filename)
Method Detail |
public void open() throws java.io.IOException
open
in class WriterStrategy
java.io.IOException
public void close() throws java.io.IOException
close
in class WriterStrategy
java.io.IOException
public java.lang.String getName()
getName
in class WriterStrategy
public void write(java.lang.String data) throws java.io.IOException
data
in file file
It use ZipOutputStream
- Specified by:
write
in class WriterStrategy
- Throws:
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |