C# Class SB3Utility.ppSubfile

If removed from a ppParser, CreateReadStream() is no longer guaranteed to work. The .pp file may have changed, so you have to transfer the ppSubfile's data when removing.
Inheritance: IReadFile, IWriteFile
Show file Open project: aa2g/AA2Install Class Usage Examples

Public Properties

Property Type Description
offset long
ppPath string
size uint

Public Methods

Method Description
CreateReadStream ( ) : Stream
ToString ( ) : string
WriteTo ( Stream stream ) : void
ppSubfile ( string ppPath ) : System

Method Details

CreateReadStream() public method

public CreateReadStream ( ) : Stream
return Stream

ToString() public method

public ToString ( ) : string
return string

WriteTo() public method

public WriteTo ( Stream stream ) : void
stream Stream
return void

ppSubfile() public method

public ppSubfile ( string ppPath ) : System
ppPath string
return System

Property Details

offset public property

public long offset
return long

ppPath public property

public string ppPath
return string

size public property

public uint size
return uint