зеркало из https://github.com/mozilla/pjs.git
Add GetBufferPos
This commit is contained in:
Родитель
eff3bc0a01
Коммит
87f340af46
|
@ -30,6 +30,7 @@ public:
|
|||
nsByteArray();
|
||||
virtual ~nsByteArray();
|
||||
PRUint32 GetSize() {return m_bufferSize;}
|
||||
PRUint32 GetBufferPos() {return m_bufferPos;}
|
||||
nsresult GrowBuffer(PRUint32 desired_size, PRUint32 quantum = 1024);
|
||||
nsresult AppendString(const char *string);
|
||||
nsresult AppendBuffer(const char *buffer, PRUint32 length);
|
||||
|
|
Загрузка…
Ссылка в новой задаче