StrBuf mutable random-access sequence of integer characters.
Inheritance: FanObj
Exemplo n.º 1
0
 //////////////////////////////////////////////////////////////////////////
 // Constructor
 //////////////////////////////////////////////////////////////////////////
 public StrBufOutStream(StrBuf buf)
     : base(null)
 {
     m_sb = buf.sb;
       m_charsetEncoder = strBufEncoder();
 }
Exemplo n.º 2
0
        //////////////////////////////////////////////////////////////////////////
        // Constructor
        //////////////////////////////////////////////////////////////////////////

        public StrBufOutStream(StrBuf buf) : base(null)
        {
            m_sb             = buf.sb;
            m_charsetEncoder = strBufEncoder();
        }