Universal.Torrent.Client.TorrentFileStream.GetInputStreamAt C# (CSharp) Method

GetInputStreamAt() public method

public GetInputStreamAt ( ulong position ) : IInputStream
position ulong
return IInputStream
        public IInputStream GetInputStreamAt(ulong position)
        {
            return _randomAccessStream.GetInputStreamAt(position);
        }