Mosa.AppSystem.AppOutputStream.ReadByte C# (CSharp) 메소드

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int
        public override int ReadByte()
        {
            return -1;
        }