C# 클래스 yeti.wma.repair.fileObjects.FileProperties

파일 보기 프로젝트 열기: mtscout6/yeti 1 사용 예제들

공개 메소드들

메소드 설명
FileProperties ( BinaryReader reader ) : System
WriteDataPacketsCount ( long count ) : void
WriteFileSize ( long length ) : void
WriteFlags ( bool isBroadcast ) : void
WritePlayAndSendDuration ( System.TimeSpan duration ) : void

비공개 메소드들

메소드 설명
ReadValues ( ) : void

메소드 상세

FileProperties() 공개 메소드

public FileProperties ( BinaryReader reader ) : System
reader System.IO.BinaryReader
리턴 System

WriteDataPacketsCount() 공개 메소드

public WriteDataPacketsCount ( long count ) : void
count long
리턴 void

WriteFileSize() 공개 메소드

public WriteFileSize ( long length ) : void
length long
리턴 void

WriteFlags() 공개 메소드

public WriteFlags ( bool isBroadcast ) : void
isBroadcast bool
리턴 void

WritePlayAndSendDuration() 공개 메소드

public WritePlayAndSendDuration ( System.TimeSpan duration ) : void
duration System.TimeSpan
리턴 void