mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 17:28:00 +02:00
Stream buffering
This commit is contained in:
parent
2345d5d349
commit
4bf12e121c
11 changed files with 482 additions and 28 deletions
|
@ -71,9 +71,9 @@ namespace System.IO
|
|||
return .Ok(count);
|
||||
}
|
||||
|
||||
public override void Close()
|
||||
public override Result<void> Close()
|
||||
{
|
||||
|
||||
return .Ok;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue