com.metamatrix.common.lob
Class LobChunk

java.lang.Object
  extended by com.metamatrix.common.lob.LobChunk
All Implemented Interfaces:
java.io.Serializable

public class LobChunk
extends java.lang.Object
implements java.io.Serializable

A Lob Chunk object which carries information packets in byte streams. This class used as value object to transfer blob object's data chunk back and forth between the client and server.

See Also:
Serialized Form

Constructor Summary
LobChunk(byte[] data, boolean last)
           
 
Method Summary
 byte[] getBytes()
           
 boolean isLast()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LobChunk

public LobChunk(byte[] data,
                boolean last)
Method Detail

getBytes

public byte[] getBytes()

isLast

public boolean isLast()


Copyright © 2009. All Rights Reserved.