com.tobesoft.xplatform.tx
Interface ProtocolDecoder

All Known Implementing Classes:
PlatformZlibByteDecoder

public interface ProtocolDecoder

InputStream 또는 Reader으로부터 읽은 데이터(stream)의 압축 해제, 복호화등을 수행한다.

ProtocolDecoder를 구현할 클래스는 반드시 InputStream 또는 Reader를 상속받아 입력 데이터(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.