System::IO::UnmanagedMemoryStream::UnmanagedMemoryStream constructor
Contents
[
Hide
]UnmanagedMemoryStream::UnmanagedMemoryStream(uint8_t *, int64_t) constructor
Constructs a new instance of UnmanagedMemoryStream.
System::IO::UnmanagedMemoryStream::UnmanagedMemoryStream(uint8_t *pointer, int64_t length)
| Parameter | Type | Description |
|---|---|---|
| pointer | uint8_t * | A pointer to unmanaged buffer |
| length | int64_t | The size of unmanaged buffer in bytes |
See Also
- Class UnmanagedMemoryStream
- Namespace System::IO
- Library Aspose.PUB for C++
UnmanagedMemoryStream::UnmanagedMemoryStream(uint8_t *, int64_t, int64_t, FileAccess) constructor
Constructs a new instance of UnmanagedMemoryStream.
System::IO::UnmanagedMemoryStream::UnmanagedMemoryStream(uint8_t *pointer, int64_t length, int64_t capacity, FileAccess access)
| Parameter | Type | Description |
|---|---|---|
| pointer | uint8_t * | A pointer to unmanaged buffer |
| length | int64_t | The size of unmanaged buffer in bytes |
| capacity | int64_t | The total amount of memory assigned to the stream |
| access | FileAccess | Specifies if the stream should be read-only, write-onle or both |
See Also
- Enum FileAccess
- Class UnmanagedMemoryStream
- Namespace System::IO
- Library Aspose.PUB for C++