public static enum BlobDataInputStream.SeekFlag extends Enum<BlobDataInputStream.SeekFlag>
SET 起始位置 CUR 当前位置 END 末尾位置
| Modifier and Type | Method and Description |
|---|---|
static BlobDataInputStream.SeekFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlobDataInputStream.SeekFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlobDataInputStream.SeekFlag SET
public static final BlobDataInputStream.SeekFlag CUR
public static final BlobDataInputStream.SeekFlag END
public static BlobDataInputStream.SeekFlag[] values()
for (BlobDataInputStream.SeekFlag c : BlobDataInputStream.SeekFlag.values()) System.out.println(c);
public static BlobDataInputStream.SeekFlag valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024 Alibaba Cloud Computing. All rights reserved.