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();
        }