write_eof()
Write an EOF marker to the memory BIO. After this method has been called, it is illegal to call write()
. The attribute eof
will become true after all data currently in the buffer has been read.
write_eof()
Write an EOF marker to the memory BIO. After this method has been called, it is illegal to call write()
. The attribute eof
will become true after all data currently in the buffer has been read.
Please login to continue.