com.tobesoft.xplatform.tx
Interface ProtocolEncoder

All Known Implementing Classes:
PlatformZlibByteEncoder

public interface ProtocolEncoder

OutputStream 또는 Writer으로 데이터(stream)의 압축, 암호화등을 수행한 후 출력한다.

ProtocolEncoder를 구현할 클래스는 반드시 OutputStream 또는 Writer를 상속받아 출력 데이터(stream)에 대한 압축, 암호화등을 수행한다.

Author:
Choi, Jongkwan

Method Summary
 void end()
          출력 데이터(stream)의 변환을 종료한다.
 

Method Detail

end

public void end()
         throws PlatformException
출력 데이터(stream)의 변환을 종료한다.

Throws:
PlatformException


Copyright © 2000-2011 TOBESOFT Co., Ltd.