6 #ifndef variableLengthData_H_
7 #define variableLengthData_H_
18 #include <vlutil/vlString.h>
48 void setData(
const char *data,
unsigned int size);
51 const char *data()
const;
54 const unsigned int size()
const;
57 virtual std::ostream &printDataToStream(std::ostream &stream)
const;
77 std::ostream & operator << (std::ostream &stream, const std::vector<DtString> &val);
87 #endif //end #ifndef variableLengthData_H_