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.

Constructor Index

 o XImageBytes(Applet)

Method Index

 o bytes2image(byte[], String)
 o name2bytes(String)

Constructors

 o XImageBytes
  public XImageBytes(Applet applet)

Methods

 o bytes2image
  public Image bytes2image(byte bytes[],
                           String format)
 o name2bytes
  public byte[] name2bytes(String imageName)

All Packages  Class Hierarchy  This Package  Previous  Next  Index