Source code for prosi3d.streamhandler

import h5py

"""
This is a class that captures and stores the streamed input data
"""

[docs]class StreamHandler: """ Read the data """
[docs] def read_data(): pass
""" Store the data in a HDF5 Container """
[docs] def store(): pass