| 3514 | } |
| 3515 | |
| 3516 | void PropertyMaterialList::writeString(Base::OutputStream& str, const std::string& value) const |
| 3517 | { |
| 3518 | uint32_t uCt = (uint32_t)value.size(); |
| 3519 | str << uCt; |
| 3520 | str.write(value.c_str(), uCt); |
| 3521 | } |
| 3522 | |
| 3523 | void PropertyMaterialList::RestoreDocFile(Base::Reader& reader) |
| 3524 | { |