Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Position
override long System.IO.Compression.SubReadStream.Position
get
set
Definition at line
30
of file
SubReadStream.cs
.
31
{
32
get
33
{
34
ThrowIfDisposed
();
35
return
_positionInSuperStream
-
_startInSuperStream
;
36
}
37
set
38
{
39
ThrowIfDisposed
();
40
throw
new
NotSupportedException(
System
.
SR
.
SeekingNotSupported
);
41
}
42
}
System.IO.Compression.SubReadStream.ThrowIfDisposed
void ThrowIfDisposed()
Definition
SubReadStream.cs:70
System.IO.Compression.SubReadStream._positionInSuperStream
long _positionInSuperStream
Definition
SubReadStream.cs:11
System.IO.Compression.SubReadStream._startInSuperStream
readonly long _startInSuperStream
Definition
SubReadStream.cs:9
System.SR.SeekingNotSupported
static string SeekingNotSupported
Definition
SR.cs:114
System.SR
Definition
SR.cs:7
System
Definition
BlockingCollection.cs:8
System
IO
Compression
SubReadStream
Generated by
1.10.0