mirror of
https://github.com/osukey/osukey.git
synced 2025-05-10 08:07:18 +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:
parent
9c3a169272
commit
f02b57c371
@ -9,7 +9,7 @@ namespace osu.Game.Utils
|
|||||||
{
|
{
|
||||||
public static class ZipUtils
|
public static class ZipUtils
|
||||||
{
|
{
|
||||||
public static bool IsZipArchive(Stream stream)
|
public static bool IsZipArchive(MemoryStream stream)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user