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

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

공개 메소드들

메소드 설명
DataProperties ( BinaryReader reader ) : System
WriteDataPacketsCount ( long count ) : void
WriteDataSize ( long size ) : void

비공개 메소드들

메소드 설명
ReadValues ( ) : void

메소드 상세

DataProperties() 공개 메소드

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

WriteDataPacketsCount() 공개 메소드

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

WriteDataSize() 공개 메소드

public WriteDataSize ( long size ) : void
size long
리턴 void