We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db64c6 commit 1682669Copy full SHA for 1682669
src/CatLib.Core/Support/Stream/PipelineStream.cs
@@ -19,7 +19,7 @@ namespace CatLib
19
/// 管道通讯流
20
/// <para>一读一写线程安全</para>
21
/// </summary>
22
- public class PipelineStream : Stream
+ public class PipelineStream : WrapperStream
23
{
24
/// <summary>
25
/// 可以被读取的长度
src/CatLib.Core/Support/Stream/StorageStream.cs
@@ -17,7 +17,7 @@ namespace CatLib
17
18
/// 存储数据流
- public class StorageStream : Stream
+ public class StorageStream : WrapperStream
/// 当前游标所处的位置
0 commit comments