Package org.eclipse.emf.cdo.common.lob
Class CDOLobUtil
java.lang.Object
org.eclipse.emf.cdo.common.lob.CDOLobUtil
Some useful helpers for dealing with
large objects
.- Since:
- 4.0
- Author:
- Eike Stepper
-
Method Summary
Modifier and TypeMethodDescriptionstatic CDOBlob
createBlob
(byte[] id, long size) static CDOBlobOutputStream
static CDOClob
createClob
(byte[] id, long size) static CDOClobWriter
static CDOBlob
readBlob
(org.eclipse.net4j.util.io.ExtendedDataInput in) static CDOClob
readClob
(org.eclipse.net4j.util.io.ExtendedDataInput in) static void
setStore
(CDOLobStore store, CDOLob<?> lob) static void
-
Method Details
-
readBlob
- Throws:
IOException
-
readClob
- Throws:
IOException
-
write
public static void write(org.eclipse.net4j.util.io.ExtendedDataOutput out, CDOLob<?> lob) throws IOException - Throws:
IOException
-
createBlob
-
createClob
-
createBlobOutputStream
- Since:
- 4.3
-
createClobWriter
- Since:
- 4.3
-
setStore
- Throws:
IOException
-