|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOResolver
Interface responsible for compressing and decompressing streamed EGE data.
Each implementation can provide its own compression algorithm.
Method Summary | |
---|---|
void |
compressData(java.io.File dir,
java.io.OutputStream os)
Method should be responsible for compressing output data received from any of the EGE operations. |
void |
decompressStream(java.io.InputStream is,
java.io.File dir)
Method should decompress stream of input data and save it to selected directory. |
Method Detail |
---|
void decompressStream(java.io.InputStream is, java.io.File dir) throws java.io.IOException
is
- dir
-
java.io.IOException
void compressData(java.io.File dir, java.io.OutputStream os) throws java.io.IOException
os
-
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |