NOpenType.Tables.TableEntry.ReadContentFrom C# (CSharp) Method

ReadContentFrom() protected abstract method

protected abstract ReadContentFrom ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void
        protected abstract void ReadContentFrom(BinaryReader reader);
        public abstract string Name { get; }