org.eclipse.emf.cdo.common.lob
Class CDOLobInfo

java.lang.Object
  extended by org.eclipse.emf.cdo.common.lob.CDOLobInfo
Direct Known Subclasses:
CDOLob

public class CDOLobInfo
extends Object

Encapsulates ID and size of a large object.

Since:
4.0
No Extend
This interface is not intended to be extended by clients.
No Instantiate
This class is not intended to be instantiated by clients.

Constructor Summary
CDOLobInfo(byte[] id, long size)
           
 
Method Summary
 byte[] getID()
          The identifier of this large object.
 long getSize()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CDOLobInfo

public CDOLobInfo(byte[] id,
                  long size)
Method Detail

getID

public final byte[] getID()
The identifier of this large object. A SHA-1 digest of the content of this large object.


getSize

public final long getSize()

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.