System::IO::UnmanagedMemoryStream::UnmanagedMemoryStream コンストラクタ
UnmanagedMemoryStream::UnmanagedMemoryStream(uint8_t *, int64_t) constructor
UnmanagedMemoryStream の新しいインスタンスを構築します。
System::IO::UnmanagedMemoryStream::UnmanagedMemoryStream(uint8_t *pointer, int64_t length)
| パラメーター | 型 | 説明 |
|---|---|---|
| ポインタ | uint8_t * | アンマネージドバッファへのポインタ |
| length | int64_t | アンマネージドバッファのサイズ(バイト) |
参照
- Class UnmanagedMemoryStream
- Namespace System::IO
- Library Aspose.Page for C++
UnmanagedMemoryStream::UnmanagedMemoryStream(uint8_t *, int64_t, int64_t, FileAccess) constructor
UnmanagedMemoryStream の新しいインスタンスを構築します。
System::IO::UnmanagedMemoryStream::UnmanagedMemoryStream(uint8_t *pointer, int64_t length, int64_t capacity, FileAccess access)
| パラメーター | 型 | 説明 |
|---|---|---|
| ポインタ | uint8_t * | アンマネージドバッファへのポインタ |
| length | int64_t | アンマネージドバッファのサイズ(バイト) |
| 容量 | int64_t | ストリームに割り当てられたメモリの総量 |
| アクセス | FileAccess | ストリームが読み取り専用、書き込み専用、またはその両方であるかを指定します。 |
参照
- Enum FileAccess
- Class UnmanagedMemoryStream
- Namespace System::IO
- Library Aspose.Page for C++