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
Copy file name to clipboardExpand all lines: xml/System.Formats.Tar/TarEntry.xml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,12 @@
69
69
<ReturnType>System.Int64</ReturnType>
70
70
</ReturnValue>
71
71
<Docs>
72
-
<summary>To be added.</summary>
73
-
<value>To be added.</value>
74
-
<remarks>To be added.</remarks>
72
+
<summary>Gets the starting position of the data stream respective to the archive stream.</summary>
73
+
<value>A number that represents a position in a stream.</value>
74
+
<remarks>
75
+
<para>If the entry does not come from an archive stream or if the archive stream is not seekable, returns -1.</para>
76
+
<para>The position value returned by this property is relative to the absolute start of the archive stream, independent of where the tar archive begins.</para>
0 commit comments