iTextSharp.text.io.GroupedRandomAccessSource.GetStartingSourceIndex C# (CSharp) Метод

GetStartingSourceIndex() защищенный Метод

protected GetStartingSourceIndex ( long offset ) : int
offset long
Результат int
        protected internal virtual int GetStartingSourceIndex(long offset){
            if (offset >= currentSourceEntry.firstByte)
                return currentSourceEntry.index;

            return 0;
        }