| Modifier and Type | Method and Description |
|---|---|
ImageStreamFormat |
IImageStream.getFormat()
Gets the format of data in which the image is stored.
|
static ImageStreamFormat |
ImageStreamFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageStreamFormat[] |
ImageStreamFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static IImageStream |
ImageStream.fromBytes(byte[] bytes,
ImageStreamFormat type)
Creates instance of
IImageStream object from bytes array, parameter "format" sets a data type. |
Copyright © 2014. All rights reserved.