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
Datei anzeigen 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_oe property

public long offset
return long

ppPath public_oe property

public string ppPath
return string

size public_oe property

public uint size
return uint