EpLibrary.cs.BinaryFile.GetStream C# (CSharp) Method

GetStream() public method

Get the current stream
public GetStream ( ) : MemoryStream
return System.IO.MemoryStream
        public MemoryStream GetStream()
        {
            lock (m_baseBinaryLock)
            {
                return m_stream;
            }
        }