public class LobChunk extends Object implements Externalizable
| Constructor and Description |
|---|
LobChunk() |
LobChunk(byte[] data,
boolean last) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
boolean |
isLast() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public byte[] getBytes()
public boolean isLast()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.