mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
250 B
Markdown
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
|
|
```
|