------------------------------------------------------------------------------
| 946 | |
| 947 | //------------------------------------------------------------------------------ |
| 948 | size_t vtkXMLDataParser::ReadAppendedData( |
| 949 | vtkTypeInt64 offset, void* buffer, vtkTypeUInt64 startWord, size_t numWords, int wordType) |
| 950 | { |
| 951 | this->DataStream = this->AppendedDataStream; |
| 952 | this->SeekG(this->AppendedDataPosition + offset); |
| 953 | return this->ReadBinaryData(buffer, startWord, numWords, wordType); |
| 954 | } |
| 955 | |
| 956 | //------------------------------------------------------------------------------ |
| 957 | //------------------------------------------------------------------------------ |
no test coverage detected