Inheritance: IContentReader
Ejemplo n.º 1
0
 public void ReadFooter(Stream stream)
 {
     this.Footer = FLVContentReader.ReadBytes(stream, 4);
 }
Ejemplo n.º 2
0
 public void ReadBody(Stream stream)
 {
     this.Body = FLVContentReader.ReadBytes(stream, this.DataSize);
 }