Uses of Class
com.itextpdf.io.source.GroupedRandomAccessSource.SourceEntry
Packages that use GroupedRandomAccessSource.SourceEntry
-
Uses of GroupedRandomAccessSource.SourceEntry in com.itextpdf.io.source
Fields in com.itextpdf.io.source declared as GroupedRandomAccessSource.SourceEntryModifier and TypeFieldDescriptionGroupedRandomAccessSource.currentSourceEntry
Cached value to make multiple reads from the same underlying source more efficientprivate final GroupedRandomAccessSource.SourceEntry[]
GroupedRandomAccessSource.sources
The 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.SourceEntryModifier and TypeMethodDescriptionGroupedRandomAccessSource.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