| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
FileOutputStream |
FileOutputStreamResult.multiply() |
FileOutputStream |
FileOutputStreamResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
| Modifier and Type | Method and Description |
|---|---|
static Status |
FileOutputStream.Open(BytePointer path,
boolean append,
FileOutputStream file)
Deprecated.
|
static Status |
FileOutputStream.Open(BytePointer path,
FileOutputStream file)
Deprecated.
|
static Status |
FileOutputStream.Open(int fd,
FileOutputStream out)
Deprecated.
|
static Status |
FileOutputStream.Open(String path,
boolean append,
FileOutputStream file)
Deprecated.
|
static Status |
FileOutputStream.Open(String path,
FileOutputStream file)
Deprecated.
|
| Constructor and Description |
|---|
FileOutputStreamResult(FileOutputStream value)
Constructs a Result object that contains
value. |
Copyright © 2020. All rights reserved.