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
Afficher le fichier Open project: aa2g/AA2Install Class Usage Examples

Méthodes publiques

Свойство Type Description
offset long
ppPath string
size uint

Méthodes publiques

Méthode Description
CreateReadStream ( ) : Stream
ToString ( ) : string
WriteTo ( Stream stream ) : void
ppSubfile ( string ppPath ) : System

Method Details

CreateReadStream() public méthode

public CreateReadStream ( ) : Stream
Résultat Stream

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteTo() public méthode

public WriteTo ( Stream stream ) : void
stream Stream
Résultat void

ppSubfile() public méthode

public ppSubfile ( string ppPath ) : System
ppPath string
Résultat System

Property Details

offset public_oe property

public long offset
Résultat long

ppPath public_oe property

public string ppPath
Résultat string

size public_oe property

public uint size
Résultat uint