DATA_BUFFER_SIZE
ssize_t readLater = source->Read(data + bytesRead, DATA_BUFFER_SIZE - bytesRead);
uint8 buffer[DATA_BUFFER_SIZE];