org.das2.client.QDataSetStreamHandler

Read the Das2Stream into a QDataSet.


MODE_SPLIT_BY_PACKET_DESCRIPTOR


MODE_SPLIT_BY_NEW_PACKET_DESCRIPTOR


collectDataSet

collectDataSet( ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


createBuilders

createBuilders( org.das2.stream.PacketDescriptor pd ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


getDataSet

getDataSet( ) → QDataSet

return the dataset collected by the handler, or null if no records have been received.

Returns:

the dataset collected by the handler, or null if no records have been received.

search for examples view on GitHub view source


packet

packet( org.das2.stream.PacketDescriptor pd, Datum xTag, org.das2.datum.DatumVector[] vectors ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


packetDescriptor

packetDescriptor( org.das2.stream.PacketDescriptor pd ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setMonitor

setMonitor( ProgressMonitor monitor ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


streamClosed

streamClosed( org.das2.stream.StreamDescriptor sd ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


streamComment

streamComment( org.das2.stream.StreamComment sc ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


streamDescriptor

streamDescriptor( org.das2.stream.StreamDescriptor sd ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


streamException

streamException( org.das2.stream.StreamException se ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source