Alexandria.Engines.Sciagi.Resources.PictureInstruction.ReadByte C# (CSharp) 메소드

ReadByte() 보호된 정적인 메소드

Read a byte from the stream.
protected static ReadByte ( Stream stream ) : byte
stream Stream
리턴 byte
        protected static byte ReadByte(Stream stream)
        {
            return (byte)stream.ReadByte();
        }