C# 클래스 Dmg.Image

상속: IEnumerable
파일 보기 프로젝트 열기: mono/ipod-sharp

공개 메소드들

메소드 설명
Extract ( Stream isoStream ) : void
Extract ( string fileName ) : void
GetEnumerator ( ) : IEnumerator
Image ( Stream dmgStream ) : System
Image ( string fileName ) : System
SavePartitionsXml ( Stream stream ) : void

비공개 메소드들

메소드 설명
ExtractPlistXmlDocument ( long address ) : void
LocatePartitionsNode ( XmlDocument plistDoc ) : XmlNode
LocateVerifyPlist ( ) : long
ReadImage ( ) : void

메소드 상세

Extract() 공개 메소드

public Extract ( Stream isoStream ) : void
isoStream Stream
리턴 void

Extract() 공개 메소드

public Extract ( string fileName ) : void
fileName string
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Image() 공개 메소드

public Image ( Stream dmgStream ) : System
dmgStream Stream
리턴 System

Image() 공개 메소드

public Image ( string fileName ) : System
fileName string
리턴 System

SavePartitionsXml() 공개 메소드

public SavePartitionsXml ( Stream stream ) : void
stream Stream
리턴 void