| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
static MemoryMappedFileResult |
MemoryMappedFile.Create(BytePointer path,
long size) |
static MemoryMappedFileResult |
MemoryMappedFile.Create(String path,
long size)
Create new file with indicated size, return in read/write mode
|
MemoryMappedFileResult |
MemoryMappedFileResult.getPointer(long i) |
static MemoryMappedFileResult |
MemoryMappedFile.Open(BytePointer path,
int mode) |
static MemoryMappedFileResult |
MemoryMappedFile.Open(BytePointer path,
int mode,
long offset,
long length) |
static MemoryMappedFileResult |
MemoryMappedFile.Open(String path,
FileMode.type mode) |
static MemoryMappedFileResult |
MemoryMappedFile.Open(String path,
FileMode.type mode,
long offset,
long length) |
MemoryMappedFileResult |
MemoryMappedFileResult.position(long position) |
MemoryMappedFileResult |
MemoryMappedFileResult.put(MemoryMappedFileResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MemoryMappedFileResult.Equals(MemoryMappedFileResult other)
Compare to another Result.
|
MemoryMappedFileResult |
MemoryMappedFileResult.put(MemoryMappedFileResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
MemoryMappedFileResult(MemoryMappedFileResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.