|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
java.util.zip.DeflaterOutputStream
com.tobesoft.xplatform.tx.impl.PlatformZlibByteEncoder
OutputStream으로 데이터(stream)를 ZLIB 방식으로 압축을 수행한 후 출력한다.
| Field Summary |
| Fields inherited from class java.util.zip.DeflaterOutputStream |
buf, def |
| Fields inherited from class java.io.FilterOutputStream |
out |
| Constructor Summary | |
PlatformZlibByteEncoder(java.io.OutputStream out)
OutputStream을 가지는 생성자이다. |
|
| Method Summary | |
void |
close()
출력을 종료한다. |
void |
end()
출력 데이터(stream)의 변환을 종료한다. |
| Methods inherited from class java.util.zip.DeflaterOutputStream |
deflate, finish, write, write |
| Methods inherited from class java.io.FilterOutputStream |
flush, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PlatformZlibByteEncoder(java.io.OutputStream out)
throws java.io.IOException
OutputStream을 가지는 생성자이다.
out - OutputStream| Method Detail |
public void close()
throws java.io.IOException
java.io.IOException
public void end()
throws PlatformException
end in interface ProtocolEncoderPlatformException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||