MCPcopy Create free account
hub / github.com/PDAL/PDAL / write

Method write

plugins/e57/libE57Format/src/BlobNode.cpp:291–294  ·  view source on GitHub ↗

! @brief Write a buffer of bytes to a blob. @param [in] buf A memory buffer of bytes to write to the blob. @param [in] start The index of the first byte in blob to write to. @param [in] count The number of bytes to write. @details The memory buffer @a buf must store at least @a count bytes. The data is stored in a binary section of the ImageFile with checksum protection, so undetected corruptio

Source from the content-addressed store, hash-verified

289@see BlobNode::byteCount, BlobNode::read
290*/
291void BlobNode::write( uint8_t *buf, int64_t start, size_t count )
292{
293 impl_->write( buf, start, count );
294}
295
296/*!
297@brief Diagnostic function to print internal state of object to output stream in an indented format.

Callers 5

_writeImage2DNodeFunction · 0.45
WriteData3DGroupsDataMethod · 0.45
dumpMethod · 0.45
closeMethod · 0.45
WriteData3DDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected