C# 클래스 ShiftRight.Common.Extensions.StreamExtensions

파일 보기 프로젝트 열기: shiftright/scg-heim

공개 메소드들

메소드 설명
GetFileExtension ( this stream ) : string

Get file extension of the stream by checking file signature

비공개 메소드들

메소드 설명
SequenceEquals ( byte primary, byte buffer ) : bool

메소드 상세

GetFileExtension() 공개 정적인 메소드

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