C# Class ShiftRight.Common.Extensions.StreamExtensions

Exibir arquivo Open project: shiftright/scg-heim

Public Methods

Method Description
GetFileExtension ( this stream ) : string

Get file extension of the stream by checking file signature

Private Methods

Method Description
SequenceEquals ( byte primary, byte buffer ) : bool

Method Details

GetFileExtension() public static method

Get file extension of the stream by checking file signature
public static GetFileExtension ( this stream ) : string
stream this
return string