Uses of Class
Task.Support.CoreSupport.ByteBuffer

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

Uses of ByteBuffer in Task.Support.CoreSupport
 

Methods in Task.Support.CoreSupport that return ByteBuffer
 ByteBuffer ByteBuffer.append(byte[] srcBuf, int srcStartIndex, int srcLength)
           
static ByteBuffer Utils.fileToByteBuffer(java.lang.String fileName)
          this method reads a file and returns a ByteBuffer of the contents of this file.
static ByteBuffer Utils.fileToByteBuffer(java.lang.String fileName, java.util.Map<java.lang.String,ByteBuffer> fileCache)
          this method reads a file and returns it as a ByteBuffer, but it uses a Map for a fileCache
 

Methods in Task.Support.CoreSupport with parameters of type ByteBuffer
 void ByteBuffer.append(ByteBuffer buf)
           
static void Utils.writeToFile(ByteBuffer msg, java.lang.String file)
           
 

Method parameters in Task.Support.CoreSupport with type arguments of type ByteBuffer
static ByteBuffer Utils.fileToByteBuffer(java.lang.String fileName, java.util.Map<java.lang.String,ByteBuffer> fileCache)
          this method reads a file and returns it as a ByteBuffer, but it uses a Map for a fileCache
static byte[] Utils.fileToBytes(java.lang.String fileName, java.util.Map<java.lang.String,ByteBuffer> fileCache)
          this method reads a file and returns it as a byte array, but it uses a Map for a fileCache
 

Constructors in Task.Support.CoreSupport with parameters of type ByteBuffer
ByteBuffer(ByteBuffer bb)
           
 

Uses of ByteBuffer in Task.Support.GUISupport
 

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

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



Copyright © 2011. All Rights Reserved.