Lucene.Net.Codecs.CodecUtil.FooterLength C# (CSharp) Метод

FooterLength() публичный статический Метод

Computes the length of a codec footer.
public static FooterLength ( ) : int
Результат int
        public static int FooterLength()
        {
            return 16;
        }