Uses of Class
com.itextpdf.text.io.GroupedRandomAccessSource.SourceEntry
Packages that use GroupedRandomAccessSource.SourceEntry
-
Uses of GroupedRandomAccessSource.SourceEntry in com.itextpdf.text.io
Fields in com.itextpdf.text.io 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.text.io 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