Class LobSerializer


  • public final class LobSerializer
    extends java.lang.Object
    Serialize LOB classes to/from DataInput and DataOutput objects.
    • Method Detail

      • writeClob

        public static void writeClob​(ClobRef clob,
                                     java.io.DataOutput out)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • writeBlob

        public static void writeBlob​(BlobRef blob,
                                     java.io.DataOutput out)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • readClobFields

        public static ClobRef readClobFields​(java.io.DataInput in)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • readBlobFields

        public static BlobRef readBlobFields​(java.io.DataInput in)
                                      throws java.io.IOException
        Throws:
        java.io.IOException