Mosa.AppSystem.AppInputStream.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;
        }