mirror of https://gitee.com/bigwinds/arangodb
338 B
338 B
////////////////////////////////////////////////////////////////////////////////
/// @startDocuBlock JS_ReadBuffer
/// @brief reads in a file
/// fs.readBuffer(filename)
///
/// Reads in a file and returns its content in a Buffer object.
/// @endDocuBlock
////////////////////////////////////////////////////////////////////////////////