Package org.eclipse.emf.cdo.common.lob
Klasse CDOBlob
An identifiable binary large object with streaming support.
- Seit:
- 4.0
- Autor:
- Eike Stepper
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCDOBlob
(byte[] contents, CDOLobStore store) CDOBlob
(InputStream contents) CDOBlob
(InputStream contents, CDOLobStore store) CDOBlob
(String contents, CDOLobStore store) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbyte[]
getBytes()
protected CDOLobInfo
put
(InputStream contents) Von Klasse geerbte Methoden org.eclipse.emf.cdo.common.lob.CDOLob
getByteCount, getStore
Von Klasse geerbte Methoden org.eclipse.emf.cdo.common.lob.CDOLobInfo
equals, getID, getIDString, getSize, hashCode, toString
-
Konstruktordetails
-
CDOBlob
- Löst aus:
IOException
-
CDOBlob
- Löst aus:
IOException
-
CDOBlob
- Löst aus:
IOException
- Seit:
- 4.13
-
CDOBlob
- Löst aus:
IOException
- Seit:
- 4.13
-
-
Methodendetails
-
getStoreFile
- Angegeben von:
getStoreFile
in KlasseCDOLob<InputStream>
-
getContents
- Angegeben von:
getContents
in KlasseCDOLob<InputStream>
- Löst aus:
IOException
-
getBytes
- Löst aus:
IOException
- Seit:
- 4.13
-
getString
- Angegeben von:
getString
in KlasseCDOLob<InputStream>
- Löst aus:
IOException
- Seit:
- 4.13
-
put
- Angegeben von:
put
in KlasseCDOLob<InputStream>
- Löst aus:
IOException
-