Fan.Sys.StrBufOutStream.strBufEncoder C# (CSharp) Method

strBufEncoder() static private method

static private strBufEncoder ( ) : Charset.Encoder
return Charset.Encoder
        static Charset.Encoder strBufEncoder()
        {
            if (m_strBufEncoder == null) m_strBufEncoder = new StrBufEncoder();
              return m_strBufEncoder;
        }