C# Class ShiftRight.Common.Extensions.StreamExtensions

Afficher le fichier Open project: shiftright/scg-heim

Méthodes publiques

Méthode Description
GetFileExtension ( this stream ) : string

Get file extension of the stream by checking file signature

Private Methods

Méthode Description
SequenceEquals ( byte primary, byte buffer ) : bool

Method Details

GetFileExtension() public static méthode

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