public static class ReferencedDataPosition.Factory extends Object
The factory.
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static ReferencedDataPosition |
create(byte stpFormat,
com.aspose.ms.System.IO.BinaryReader reader)
Creates new instance of
ReferencedDataPosition by specified format and inits it's value from the specified stream reader. |
static ReferencedDataPosition |
create(byte stpFormat,
long value)
Creates new instance of
ReferencedDataPosition by specified format and inits it's value from the specified value. |
static ReferencedDataPosition |
create(long value)
Creates new instance of
ReferencedDataPosition deduced format from the specified value. |
public static ReferencedDataPosition create(long value)
Creates new instance of ReferencedDataPosition
deduced format from the specified value.
public static ReferencedDataPosition create(byte stpFormat, long value)
Creates new instance of ReferencedDataPosition
by specified format and inits it's value from the specified value.
public static ReferencedDataPosition create(byte stpFormat, com.aspose.ms.System.IO.BinaryReader reader)
Creates new instance of ReferencedDataPosition
by specified format and inits it's value from the specified stream reader.
Copyright (c) 2017 Aspose. All Rights Reserved.