C# 클래스 SaltTPF.ZipReader.EOFRecord

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 프로퍼티들

프로퍼티 타입 설명
CDOffset System.UInt32
CDSize System.UInt32
Comment String

공개 메소드들

메소드 설명
EOFRecord ( Stream tpfstream, System.Int64 eofoff ) : System

메소드 상세

EOFRecord() 공개 메소드

public EOFRecord ( Stream tpfstream, System.Int64 eofoff ) : System
tpfstream Stream
eofoff System.Int64
리턴 System

프로퍼티 상세

CDOffset 공개적으로 프로퍼티

public UInt32,System CDOffset
리턴 System.UInt32

CDSize 공개적으로 프로퍼티

public UInt32,System CDSize
리턴 System.UInt32

Comment 공개적으로 프로퍼티

public String Comment
리턴 String