Class ValueStream

  • All Implemented Interfaces:
    TimeValues

    public class ValueStream
    extends Value
    ValueStream is a subclass of Value that replaces ValueString and ValueBytes to implement LOB streaming. It contains the object's stream identifier (a 32-bit int), and a connection to the server. When a client of ValueStreamId calls a method to extract data (getBytes, getInputStream, etc.), it will load the data from the server.