C# Class OpenRA.FileSystem.BigFile.Entry

Show file Open project: pchote/OpenRA

Public Properties

Property Type Description
Path string

Public Methods

Method Description
Entry ( Stream s ) : System
GetData ( ) : Stream

Method Details

Entry() public method

public Entry ( Stream s ) : System
s Stream
return System

GetData() public method

public GetData ( ) : Stream
return Stream

Property Details

Path public property

public string Path
return string