spiegel-keyman/windows/docs/engine/api/IKeymanPackageContentFile/Stream.md
2024-10-31 10:17:54 +07:00

14 lines
250 B
Markdown

---
title: IKeymanPackageContentFile::Stream Property
---
## Introduction
The `IKeymanPackageContentFile::Stream` property returns a readonly
`IStream` reference to the content of the file.
## Specification
``` clike
readonly IStream* Stream
```