SeekOrigin
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class SeekOrigin extends System.Enum
Provides the fields that represent reference points in StreamContainer for seeking.
Fields
| Field | Description |
|---|---|
| Begin | Specifies the beginning of a stream. |
| Current | Specifies the current position within a stream. |
| End | Specifies the end of a stream. |
Begin
public static final int Begin
Specifies the beginning of a stream.
Current
public static final int Current
Specifies the current position within a stream.
End
public static final int End
Specifies the end of a stream.