namespace NetCore.ContentParse { public interface IContentReceiver { void AddContent(byte[] data); } }