コード例 #1
0
ファイル: TProtocolDecorator.php プロジェクト: angejia/thrift
 public function writeByte($byte)
 {
     return $this->concreteProtocol_->writeByte($byte);
 }