Klasse CDOLobInfo

java.lang.Object
org.eclipse.emf.cdo.common.lob.CDOLobInfo
Bekannte direkte Unterklassen:
CDOLob

public class CDOLobInfo extends Object
Encapsulates ID and size of a large object.
Seit:
4.0
Autor:
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.
  • Konstruktordetails

    • CDOLobInfo

      public CDOLobInfo(byte[] id, long size)
  • Methodendetails

    • getID

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

      public final String getIDString()
      A string representation of the identifier of this large object.
      Seit:
      4.6
    • getSize

      public final long getSize()
    • hashCode

      public final int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • equals

      public final boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object