mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Limit new IsZipArchive
method to MemoryStream
for now
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
@ -9,7 +9,7 @@ namespace osu.Game.Utils
|
||||
{
|
||||
public static class ZipUtils
|
||||
{
|
||||
public static bool IsZipArchive(Stream stream)
|
||||
public static bool IsZipArchive(MemoryStream stream)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user