Uses of Class
Task.Support.CoreSupport.ZipObject

Packages that use ZipObject
Task.Support.CoreSupport   
Task.Support.GUISupport   
 

Uses of ZipObject in Task.Support.CoreSupport
 

Methods in Task.Support.CoreSupport that return ZipObject
static ZipObject ZipObject.fromBytes(byte[] bytes)
          Given a byte[] which contains the output of toBytes(), allows the original uncompressed object to be reconstituted... using getObject().
static ZipObject ZipObject.fromInputStream(java.io.InputStream is)
          Given an InputStream which contains the output of toBytes(), allows the original uncompressed object to be reconstituted... using getObject().
 

Uses of ZipObject in Task.Support.GUISupport
 

Methods in Task.Support.GUISupport that return ZipObject
static ZipObject<ByteBuffer> ImageUtils.encodeBufferedImage(java.awt.image.BufferedImage img)
          Encodes the BufferedImage into a PNG file and writes that to a ByteBuffer.
 

Methods in Task.Support.GUISupport with parameters of type ZipObject
static java.awt.image.BufferedImage ImageUtils.decodeBufferedImage(ZipObject<ByteBuffer> zipObject)
          Decodes the PNG-encoded-ByteBuffer into a BufferedImage.
 



Copyright © 2011. All Rights Reserved.