Exemplo n.º 1
0
        private List <KeyValuePair <ulong, uint> > ReadHistogram(BinaryReader reader, ushort version)
        {
            SerializationUtils.ReadHistogramTo(this.histogramBuffer, reader, version > 3);

            return(this.histogramBuffer);
        }