Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
static OptimizedMemoryStream.SeekOrigin |
OptimizedMemoryStream.SeekOrigin.getByValue(int value) |
static OptimizedMemoryStream.SeekOrigin |
OptimizedMemoryStream.SeekOrigin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptimizedMemoryStream.SeekOrigin[] |
OptimizedMemoryStream.SeekOrigin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
OptimizedMemoryStream.seek(long offset,
OptimizedMemoryStream.SeekOrigin origin)
When overridden in a derived class, sets the position within the current stream.
|
Copyright © 2025 Aspose. All Rights Reserved.