777778779780781782783784785786787
{ int nLength = ((nCount + 3) >> 2) * 3; if (m_ostream64 == null) { m_ostream64 = new DetachableByteArrayOutputStream(nLength); } else { m_ostream64.reset(nLength); }