Class ryw.XImageBytes
All Packages Class Hierarchy This Package Previous Next Index
Class ryw.XImageBytes
java.lang.Object
|
+----ryw.XImageBytes
- public class XImageBytes
- extends Object
Converts a file name to an Image, and
converts a bunch of raw bytes to an Image.
-
XImageBytes(Applet)
-
-
bytes2image(byte[], String)
-
-
name2bytes(String)
-
XImageBytes
public XImageBytes(Applet applet)
bytes2image
public Image bytes2image(byte bytes[],
String format)
name2bytes
public byte[] name2bytes(String imageName)
All Packages Class Hierarchy This Package Previous Next Index