| 187 | Cn4Block::Cn4Block() { block_type_ = "##CN"; } |
| 188 | |
| 189 | void Cn4Block::UpdateDataLink(std::streambuf& buffer, int64_t position) { |
| 190 | UpdateLink(buffer, kIndexData, position); |
| 191 | } |
| 192 | |
| 193 | int64_t Cn4Block::DataLink() const { return Link(kIndexData); } |
| 194 |