org.eclipse.ecf.ui.screencapture
Class ScreenCaptureUtil

java.lang.Object
  extended by org.eclipse.ecf.ui.screencapture.ScreenCaptureUtil

public class ScreenCaptureUtil
extends java.lang.Object


Constructor Summary
ScreenCaptureUtil()
           
 
Method Summary
static byte[] compress(byte[] source)
           
static byte[] uncompress(byte[] source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenCaptureUtil

public ScreenCaptureUtil()
Method Detail

uncompress

public static byte[] uncompress(byte[] source)

compress

public static byte[] compress(byte[] source)
                       throws java.io.IOException
Throws:
java.io.IOException