| Package | Description |
|---|---|
| eu.aschuetz.nativeutils.api |
| Modifier and Type | Method and Description |
|---|---|
NativeBuffer |
NativeMemory.stream()
Creates a new NativeBuffer instance that can be used to read this memory as one would read a InputStream
Every instance of NativeBuffer is completely independent (other than all of them accessing this memory object)
Note: the returned object must not be used by multiple threads at once.
|
NativeBuffer |
NativeMemory.stream(long offset) |
Copyright © 2023. All rights reserved.