TarEntry.DataOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the starting position of the data stream respective to the archive stream.
public:
property long DataOffset { long get(); };
public long DataOffset { get; }
member this.DataOffset : int64
Public ReadOnly Property DataOffset As Long
Property Value
A number that represents a position in a stream.
Remarks
If the entry does not come from an archive stream or if the archive stream is not seekable, returns -1.
The position value returned by this property is relative to the absolute start of the archive stream, independent of where the tar archive begins.
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.