StrBuf mutable random-access sequence of integer characters.
Inheritance: FanObj
コード例 #1
0
ファイル: StrBufOutStream.cs プロジェクト: nomit007/f4
 //////////////////////////////////////////////////////////////////////////
 // Constructor
 //////////////////////////////////////////////////////////////////////////
 public StrBufOutStream(StrBuf buf)
     : base(null)
 {
     m_sb = buf.sb;
       m_charsetEncoder = strBufEncoder();
 }
コード例 #2
0
ファイル: StrBufOutStream.cs プロジェクト: syatanic/fantom
        //////////////////////////////////////////////////////////////////////////
        // Constructor
        //////////////////////////////////////////////////////////////////////////

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