|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.common.lob.LobChunk
public class LobChunk
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.
| 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 |
|---|
public LobChunk(byte[] data,
boolean last)
| Method Detail |
|---|
public byte[] getBytes()
public boolean isLast()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||