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