InfinityMQ.Channels.Framing.Writers.BufferedOutStream.Read C# (CSharp) Method

Read() public method

public Read ( Byte buffer, Int32 offset, Int32 count ) : Int32
buffer Byte
offset System.Int32
count System.Int32
return System.Int32
        public override Int32 Read(Byte[] buffer, Int32 offset, Int32 count)
        {
            throw new NotSupportedException();
        }