Class CDOLob<IO>

  • Direct Known Subclasses:
    CDOBlob, CDOClob

    public abstract class CDOLob<IO>
    extends CDOLobInfo
    A identifiable large object with streaming support.
    Since:
    4.0
    Author:
    Eike Stepper
    No Implement
    This interface is not intended to be implemented by clients.
    No Extend
    This interface is not intended to be extended by clients.
    • Method Detail

      • getContents

        public abstract IO getContents()
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • getString

        public abstract java.lang.String getString()
                                            throws java.io.IOException
        Throws:
        java.io.IOException
        Since:
        4.13
      • put

        protected abstract CDOLobInfo put​(IO contents)
                                   throws java.io.IOException
        Throws:
        java.io.IOException