add all
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Best.HTTP.Shared.Streams
|
||||
{
|
||||
public abstract class PeekableStream : BufferSegmentStream
|
||||
{
|
||||
public abstract void BeginPeek();
|
||||
public abstract int PeekByte();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user