Package org.eclipse.emf.cdo.common.lob
Class CDOLobInfo
java.lang.Object
org.eclipse.emf.cdo.common.lob.CDOLobInfo
- Direct Known Subclasses:
CDOLob
- Since:
- 4.0
- Author:
- Eike Stepper
- No Extend
- This class is not intended to be subclassed by clients.
- No Instantiate
- This class is not intended to be instantiated by clients.
-
Constructor Details
-
CDOLobInfo
public CDOLobInfo(byte[] id, long size)
-
-
Method Details
-
getID
public final byte[] getID()The identifier of this large object. A SHA-1 digest of the content of this large object. -
getIDString
A string representation of theidentifier
of this large object.- Since:
- 4.6
-
getSize
public final long getSize() -
hashCode
public final int hashCode() -
equals
-
toString
-