----------------------------------------------------------------------------
| 1676 | |
| 1677 | //---------------------------------------------------------------------------- |
| 1678 | void vtkClientServerStream::ParseEnd() |
| 1679 | { |
| 1680 | // Record completed message. |
| 1681 | this->Internal->MessageIndexes.push_back(this->Internal->StartIndex); |
| 1682 | this->Internal->StartIndex = vtkClientServerStreamInternals::InvalidStartIndex; |
| 1683 | } |
| 1684 | |
| 1685 | //---------------------------------------------------------------------------- |
| 1686 | unsigned char* vtkClientServerStream::ParseType(int order, unsigned char* data, |