PeerCastStation.FLV.FLVFileParser.FLVTag.ReadFooter C# (CSharp) Метод

ReadFooter() публичный Метод

public ReadFooter ( Stream stream ) : bool
stream Stream
Результат bool
			public bool ReadFooter(Stream stream)
			{
				bool eos;
				this.Footer = owner.ReadBytes(stream, 4, out eos);
				return !eos;
			}