Mosa.AppSystem.AppOutputStream.Read C# (CSharp) Method

Read() public method

Reads the specified buffer.
public Read ( byte buffer, int offset, int count ) : int
buffer byte The buffer.
offset int The offset.
count int The count.
return int
        public override int Read(byte[] buffer, int offset, int count)
        {
            return -1;
        }