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