| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
MemoryMappedFile |
MemoryMappedFileResult.multiply() |
MemoryMappedFile |
MemoryMappedFileResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
| Modifier and Type | Method and Description |
|---|---|
static Status |
MemoryMappedFile.Create(BytePointer path,
long size,
MemoryMappedFile out)
Deprecated.
|
static Status |
MemoryMappedFile.Create(String path,
long size,
MemoryMappedFile out)
Deprecated.
|
static Status |
MemoryMappedFile.Open(BytePointer path,
int mode,
long offset,
long length,
MemoryMappedFile out)
Deprecated.
|
static Status |
MemoryMappedFile.Open(BytePointer path,
int mode,
MemoryMappedFile out)
Deprecated.
|
static Status |
MemoryMappedFile.Open(String path,
FileMode.type mode,
long offset,
long length,
MemoryMappedFile out)
Deprecated.
|
static Status |
MemoryMappedFile.Open(String path,
FileMode.type mode,
MemoryMappedFile out)
Deprecated.
|
| Constructor and Description |
|---|
MemoryMappedFileResult(MemoryMappedFile value)
Constructs a Result object that contains
value. |
Copyright © 2020. All rights reserved.