Package org.eclipse.emf.cdo.common.lob
Klasse CDOLobUtil
java.lang.Object
org.eclipse.emf.cdo.common.lob.CDOLobUtil
Some useful helpers for dealing with
large objects
.- Seit:
- 4.0
- Autor:
- Eike Stepper
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic 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
-
Methodendetails
-
readBlob
- Löst aus:
IOException
-
readClob
- Löst aus:
IOException
-
write
public static void write(org.eclipse.net4j.util.io.ExtendedDataOutput out, CDOLob<?> lob) throws IOException - Löst aus:
IOException
-
createBlob
-
createClob
-
createBlobOutputStream
- Seit:
- 4.3
-
createClobWriter
- Seit:
- 4.3
-
setStore
- Löst aus:
IOException
-