Uses of Class
Task.Support.CoreSupport.ZipObjectException

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

Uses of ZipObjectException in Task.Support.CoreSupport
 

Methods in Task.Support.CoreSupport that throw ZipObjectException
 T ZipObject.getObject()
          this method extracts the compress object (from this ZipObject) and returns it.
 byte[] ZipObject.toBytes()
          simply returns the internal byte array used to store the ZipObject data in
 java.io.InputStream ZipObject.toInputStream()
          returns an InputStream that can read from the buffer of the ZipObject
 

Constructors in Task.Support.CoreSupport that throw ZipObjectException
ZipObject(T obj)
          Constructor for a ZipObject given an uncompressed object.
 

Uses of ZipObjectException in Task.Support.GUISupport
 

Methods in Task.Support.GUISupport that throw ZipObjectException
static java.awt.image.BufferedImage ImageUtils.decodeBufferedImage(ZipObject<ByteBuffer> zipObject)
          Decodes the PNG-encoded-ByteBuffer into a BufferedImage.
static ZipObject<ByteBuffer> ImageUtils.encodeBufferedImage(java.awt.image.BufferedImage img)
          Encodes the BufferedImage into a PNG file and writes that to a ByteBuffer.
 



Copyright © 2011. All Rights Reserved.