mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 11:37:33 +00:00
Crypt/Base: add a function to check continuous buffer status
This commit is contained in:
parent
68c3eef88f
commit
16df002325
@ -2744,4 +2744,15 @@ class Crypt_Base
|
||||
function do_nothing()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Is the continuous buffer enabled?
|
||||
*
|
||||
* @access public
|
||||
* @return boolean
|
||||
*/
|
||||
function continuousBufferEnabled()
|
||||
{
|
||||
return $this->continuousBuffer;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user