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

FieldDescription
BeginSpecifies the beginning of a stream.
CurrentSpecifies the current position within a stream.
EndSpecifies 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.