| Package | Description |
|---|---|
| com.aliyun.odps.volume |
| Modifier and Type | Method and Description |
|---|---|
abstract FSDataOutputStream |
FileSystem.append(Path f)
Append to an existing file (optional operation).
|
abstract FSDataOutputStream |
FileSystem.append(Path f,
int bufferSize)
Append to an existing file (optional operation).
|
FSDataOutputStream |
FileSystem.create(Path f)
Create an FSDataOutputStream at the indicated Path.
|
abstract FSDataOutputStream |
FileSystem.create(Path f,
boolean overwrite)
Create an FSDataOutputStream at the indicated Path.
|
abstract FSDataOutputStream |
FileSystem.create(Path f,
boolean overwrite,
int bufferSize)
Create an FSDataOutputStream at the indicated Path.
|
Copyright © 2023 Alibaba Cloud Computing. All rights reserved.