public static final class OptimizedMemoryStream.SeekOrigin
extends com.aspose.ms.System.Enum
Modifier and Type | Field and Description |
---|---|
static int |
Begin
Specifies the beginning of a stream.
|
static int |
Current
Specifies the current position within a stream.
|
static int |
End
Specifies the end of a stream.
|
Constructor and Description |
---|
SeekOrigin() |
public static final int Begin
public static final int Current
public static final int End
Copyright © 2021 Aspose. All Rights Reserved.