public class ImageUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
bytes2hex(byte[] binput) |
static byte[] |
getBytesFromResource(String sFile) |
static BufferedImage |
readImage(byte[] b) |
static BufferedImage |
readImage(String url) |
static BufferedImage |
readImage(URL url) |
static Object |
readSerializable(byte[] b) |
static byte[] |
writeImage(BufferedImage img) |
static byte[] |
writeSerializable(Object o) |
public static byte[] getBytesFromResource(String sFile)
public static BufferedImage readImage(String url)
public static BufferedImage readImage(URL url)
public static BufferedImage readImage(byte[] b)
public static byte[] writeImage(BufferedImage img)
public static Object readSerializable(byte[] b)
public static byte[] writeSerializable(Object o)
public static String bytes2hex(byte[] binput)
Copyright © 2021. All rights reserved.