C# 클래스 IPod.Firmware.CpioArchive

상속: IEnumerable
파일 보기 프로젝트 열기: mono/ipod-sharp 1 사용 예제들

공개 메소드들

메소드 설명
CpioArchive ( Stream cpioStream ) : System
CpioArchive ( string cpioFile ) : System
ExtractEntry ( CpioFileEntry entry, Stream outStream ) : void
ExtractEntry ( CpioFileEntry entry, string outFile ) : void
GetEnumerator ( ) : IEnumerator

비공개 메소드들

메소드 설명
FromOctal ( string number ) : int
ReadCpioEntries ( ) : void
ReadFileEntry ( ) : CpioFileEntry
ReadFileEntryFieldInt ( ) : int
ReadFileEntryFieldShort ( ) : short

메소드 상세

CpioArchive() 공개 메소드

public CpioArchive ( Stream cpioStream ) : System
cpioStream Stream
리턴 System

CpioArchive() 공개 메소드

public CpioArchive ( string cpioFile ) : System
cpioFile string
리턴 System

ExtractEntry() 공개 메소드

public ExtractEntry ( CpioFileEntry entry, Stream outStream ) : void
entry CpioFileEntry
outStream Stream
리턴 void

ExtractEntry() 공개 메소드

public ExtractEntry ( CpioFileEntry entry, string outFile ) : void
entry CpioFileEntry
outFile string
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator