Uses of Class
com.itextpdf.text.io.GroupedRandomAccessSource.SourceEntry
-
Packages that use GroupedRandomAccessSource.SourceEntry Package Description com.itextpdf.text.io -
-
Uses of GroupedRandomAccessSource.SourceEntry in com.itextpdf.text.io
Fields in com.itextpdf.text.io declared as GroupedRandomAccessSource.SourceEntry Modifier and Type Field Description private GroupedRandomAccessSource.SourceEntry
GroupedRandomAccessSource. currentSourceEntry
Cached value to make multiple reads from the same underlying source more efficientprivate 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.SourceEntry Modifier and Type Method Description private GroupedRandomAccessSource.SourceEntry
GroupedRandomAccessSource. 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
-