Uses of Class
com.itextpdf.io.source.GroupedRandomAccessSource.SourceEntry
-
Packages that use GroupedRandomAccessSource.SourceEntry Package Description com.itextpdf.io.source -
-
Uses of GroupedRandomAccessSource.SourceEntry in com.itextpdf.io.source
Fields in com.itextpdf.io.source declared as GroupedRandomAccessSource.SourceEntry Modifier and Type Field Description private GroupedRandomAccessSource.SourceEntryGroupedRandomAccessSource. currentSourceEntryCached value to make multiple reads from the same underlying source more efficientprivate GroupedRandomAccessSource.SourceEntry[]GroupedRandomAccessSource. sourcesThe underlying sources (along with some meta data to quickly determine where each source begins and ends)Methods in com.itextpdf.io.source that return GroupedRandomAccessSource.SourceEntry Modifier and Type Method Description private GroupedRandomAccessSource.SourceEntryGroupedRandomAccessSource. getSourceEntryForOffset(long offset)Returns the SourceEntry that contains the byte at the specified offset sourceReleased is called as a notification callback so subclasses can take care of cleanup when the source is no longer the active source
-