1
0
Fork 0
arangodb/Documentation/DocuBlocks/JS_ReadBuffer.md

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 ////////////////////////////////////////////////////////////////////////////////