public class BinaryImageExtractor
extends java.lang.Object
| Constructor and Description |
|---|
BinaryImageExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static MyImage |
binaryToImage(byte[] a_binaryData)
Transfroms the data of our own binary image format back to a Image.
|
public static MyImage binaryToImage(byte[] a_binaryData)
a_binaryData - A image in our own binary image format.Copyright © 2023. All rights reserved.