video
Class RobotClientServer
java.lang.Object
   video.RobotClientServer
video.RobotClientServer
- public class RobotClientServer 
- extends java.lang.Object
DocJava, Inc.
 http://www.docjava.com
 Programmer: dlyon
 Date: Dec 15, 2004
 Time: 6:42:09 PM
| Method Summary | 
|  java.awt.image.BufferedImage | getScreen()
 | 
| static java.awt.image.BufferedImage | jpegDecode(byte[] b)
 | 
| static byte[] | jpegEncode(java.awt.image.BufferedImage bi)
 | 
| static void | main(java.lang.String[] args)
 | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
jpegDecode
public static java.awt.image.BufferedImage jpegDecode(byte[] b)
                                               throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
jpegEncode
public static byte[] jpegEncode(java.awt.image.BufferedImage bi)
                         throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
getScreen
public java.awt.image.BufferedImage getScreen()
- 
 
main
public static void main(java.lang.String[] args)
-