C# 클래스 BlackHole.Common.Helpers.FileHelper

파일 보기 프로젝트 열기: hussein-aitlahcen/BlackHole

공개 메소드들

메소드 설명
SaveFile ( string directory, string name, byte raw ) : void

WriteDownloadedPart ( string directory, string fileName, long currentPart, byte rawData ) : void

메소드 상세

SaveFile() 공개 정적인 메소드

public static SaveFile ( string directory, string name, byte raw ) : void
directory string
name string
raw byte
리턴 void

WriteDownloadedPart() 공개 정적인 메소드

public static WriteDownloadedPart ( string directory, string fileName, long currentPart, byte rawData ) : void
directory string
fileName string
currentPart long
rawData byte
리턴 void