Module org.sejda.io
Package org.sejda.io

Class BaseSeekableSource

java.lang.Object
org.sejda.io.BaseSeekableSource
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, ReadableByteChannel, SeekableSource
Direct Known Subclasses:
ByteArraySeekableSource, FileChannelSeekableSource, MemoryMappedSeekableSource

public abstract class BaseSeekableSource extends Object implements SeekableSource
Abstract SeekableSource that provides base functionalities common to all the SeekableSources.
Author:
Andrea Vacondio