Click or drag to resize
DigitalRuneStorageContentManagerOpenStream Method
Opens a stream for reading the specified asset. Derived classes can replace this to implement pack files or asset compression.

Namespace: DigitalRune.Storages
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected override Stream OpenStream(
	string assetName
)

Parameters

assetName
Type: SystemString
The name of the asset being read.

Return Value

Type: Stream
The opened stream.
See Also