(Zeze.Net.Binary _v_)
| 104 | } |
| 105 | |
| 106 | public void setPrefix(Zeze.Net.Binary _v_) { |
| 107 | if (_v_ == null) |
| 108 | throw new IllegalArgumentException(); |
| 109 | if (!isManaged()) { |
| 110 | _Prefix = _v_; |
| 111 | return; |
| 112 | } |
| 113 | var _t_ = Zeze.Transaction.Transaction.getCurrentVerifyWrite(this); |
| 114 | _t_.putLog(new Zeze.Transaction.Logs.LogBinary(this, 4, vh_Prefix, _v_)); |
| 115 | } |
| 116 | |
| 117 | @SuppressWarnings("deprecation") |
| 118 | public BWalk() { |