Skip to content

Commit 1682669

Browse files
author
喻斌
committed
resolved #73
1 parent 8db64c6 commit 1682669

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace CatLib
1919
/// 管道通讯流
2020
/// <para>一读一写线程安全</para>
2121
/// </summary>
22-
public class PipelineStream : Stream
22+
public class PipelineStream : WrapperStream
2323
{
2424
/// <summary>
2525
/// 可以被读取的长度

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace CatLib
1717
/// <summary>
1818
/// 存储数据流
1919
/// </summary>
20-
public class StorageStream : Stream
20+
public class StorageStream : WrapperStream
2121
{
2222
/// <summary>
2323
/// 当前游标所处的位置

0 commit comments

Comments
 (0)