Skip to content
Snippets Groups Projects
Commit c59e917b authored by PeiYong Zhang's avatar PeiYong Zhang
Browse files

getSize()

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175584 13f79535-47bb-0310-9956-ffa450edef68
parent f4557c7a
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,9 @@ ...@@ -57,6 +57,9 @@
/* /*
* $Id$ * $Id$
* $Log$ * $Log$
* Revision 1.2 2003/12/17 00:01:44 peiyongz
* getSize()
*
* Revision 1.1 2003/12/16 16:56:51 peiyongz * Revision 1.1 2003/12/16 16:56:51 peiyongz
* BinMemOutputStream * BinMemOutputStream
* *
...@@ -128,6 +131,11 @@ unsigned int BinMemOutputStream::curPos() const ...@@ -128,6 +131,11 @@ unsigned int BinMemOutputStream::curPos() const
return fIndex; return fIndex;
} }
unsigned int BinMemOutputStream::getSize() const
{
return fIndex;
}
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
// BinMemOutputStream: Private helper methods // BinMemOutputStream: Private helper methods
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment