| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
FileOutputStreamResult |
FileOutputStreamResult.getPointer(long i) |
static FileOutputStreamResult |
FileOutputStream.Open(BytePointer path) |
static FileOutputStreamResult |
FileOutputStream.Open(BytePointer path,
boolean append) |
static FileOutputStreamResult |
FileOutputStream.Open(int fd)
\brief Open a file descriptor for writing.
|
static FileOutputStreamResult |
FileOutputStream.Open(String path) |
static FileOutputStreamResult |
FileOutputStream.Open(String path,
boolean append)
\brief Open a local file for writing, truncating any existing file
|
FileOutputStreamResult |
FileOutputStreamResult.position(long position) |
FileOutputStreamResult |
FileOutputStreamResult.put(FileOutputStreamResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileOutputStreamResult.Equals(FileOutputStreamResult other)
Compare to another Result.
|
FileOutputStreamResult |
FileOutputStreamResult.put(FileOutputStreamResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
FileOutputStreamResult(FileOutputStreamResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.