コード例 #1
0
 private DECLineByteProcessor GetDECLineByteProcessor()
 {
     if (_decLineByteProcessor == null)
     {
         _decLineByteProcessor = new DECLineByteProcessor(_processor);
     }
     return(_decLineByteProcessor);
 }
コード例 #2
0
ファイル: CharDecoder.cs プロジェクト: Ricordanza/poderosa
 private DECLineByteProcessor GetDECLineByteProcessor() {
     if (_decLineByteProcessor == null)
         _decLineByteProcessor = new DECLineByteProcessor(_processor);
     return _decLineByteProcessor;
 }