| Package | Description |
|---|---|
| com.aliyun.odps.io |
ODPS中使用的Writable数据类型,目前只有Graph作业需要使用
|
| Modifier and Type | Method and Description |
|---|---|
static BlobDataInputStream.SeekFlag |
BlobDataInputStream.SeekFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlobDataInputStream.SeekFlag[] |
BlobDataInputStream.SeekFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
BlobDataInputStream.seek(long offset,
BlobDataInputStream.SeekFlag seekFlag)
将BlobDataInputStream的位置定位到指定位置
|
Copyright © 2023 Alibaba Cloud Computing. All rights reserved.