NSStream.FileCurrentOffset 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 absolute offset of the stream.
public Foundation.NSNumber FileCurrentOffset { get; }
public Foundation.NSNumber? FileCurrentOffset { get; }
member this.FileCurrentOffset : Foundation.NSNumber
Property Value
An NSNumber representing the current position in the stream, or null if the position is not available.