Mosa.AppSystem.AppOutputStream.Read C# (CSharp) Метод

Read() публичный Метод

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.
Результат int
        public override int Read(byte[] buffer, int offset, int count)
        {
            return -1;
        }