コード例 #1
0
 public DecompressApplicationProcessor(IDataProcessOperation <byte, byte> operation)
 {
     _operation = operation;
 }