Skip to content

Commit dc0d308

Browse files
committed
commit update
1 parent 4a44860 commit dc0d308

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/CatLib.Core/Support/Stream/PipelineStream.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public override bool CanWrite
7878
private long position;
7979

8080
/// <summary>
81-
/// 偏移位置(不支持)
81+
/// 流位置
8282
/// </summary>
8383
public override long Position
8484
{
@@ -136,7 +136,7 @@ public PipelineStream(int capacity = 4096, int sleep = 1)
136136
}
137137

138138
/// <summary>
139-
/// 偏移位置(不支持)
139+
/// 设定流位置(不支持)
140140
/// </summary>
141141
/// <param name="offset">偏移量</param>
142142
/// <param name="origin">偏移方向</param>
@@ -147,7 +147,7 @@ public override long Seek(long offset, SeekOrigin origin)
147147
}
148148

149149
/// <summary>
150-
/// 设定流的长度(不支持)
150+
/// 设定流的长度
151151
/// </summary>
152152
/// <param name="value">长度</param>
153153
public override void SetLength(long value)

0 commit comments

Comments
 (0)