void LasHeader::put(OLeStream& out, Uuid uuid) { char buf[uuid.size]; uuid.pack(buf); out.put(buf, uuid.size); }