Código
{ byte readd; for (offset = 1; offset <= fs.Length; offset++) { fs.Seek(-offset, SeekOrigin.End); //Console.Write(Convert.ToChar(fs.ReadByte())); int readb = fs.ReadByte(); readd = Convert.ToByte(readb); //fileStream.WriteByte(readd); coming[+1] =readd;// ----------------------->>AYUDA } }
Necesito rellenar el coming[] con los bytes de readd, no tengo ni idea de como declarar el array.