/* * itemIndex: number. The index of the item in the input data.* binaryPropertyName: string. The name of the binary property. * The default in the Read/Write File From Disk node is 'data'. */letbinaryDataBufferItem=awaitthis.helpers.getBinaryDataBuffer(itemIndex,binaryPropertyName);
例如:
12
letbinaryDataBufferItem=awaitthis.helpers.getBinaryDataBuffer(0,'data');// Returns the data in the binary buffer for the first input item