You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Constructs a new METIS reader that will retrieve edges from the input
127
-
stream <ttclass="docutils literal"><spanclass="pre">in</span></tt>. If any errors are encountered while initially parsing
128
-
<ttclass="docutils literal"><spanclass="pre">in</span></tt>, <ttclass="docutils literal"><spanclass="pre">metis_input_exception</span></tt> will be thrown.</p>
127
+
stream <ttclass="docutils literal"><spanclass="pre">in</span></tt>. The reader will read from the very beginning of the stream,
128
+
and to this end, <ttclass="docutils literal"><spanclass="pre">in</span></tt> must support seeking. If any errors are encountered
129
+
while initially parsing <ttclass="docutils literal"><spanclass="pre">in</span></tt>, <ttclass="docutils literal"><spanclass="pre">metis_input_exception</span></tt> will be thrown.</p>
Generated by <aclass="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <aclass="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
0 commit comments