TonyValenti / Mime-Detective-clarkis117

Mime type detector for files, byte arrays, and streams, .NET Standard Fork
MIT License
38 stars 9 forks source link

Expose option to keep stream open #7

Closed legomind closed 7 years ago

legomind commented 7 years ago
mimeTypes.GetFileType(() => fileData, stream, shouldDisposeStream: false)
clarkis117 commented 7 years ago

@legomind This has been addressed in version 0.0.5, which is up on nugget now.