static BufferedImage decodeImage(byte[] data) ctex { if (empty(data)) null; ret ImageIO.read(new ByteArrayInputStream(data)); }