Uses of Interface
com.itextpdf.text.io.RandomAccessSource
Packages that use RandomAccessSource
-
Uses of RandomAccessSource in com.itextpdf.text.io
Classes in com.itextpdf.text.io that implement RandomAccessSourceModifier and TypeClassDescriptionclassA RandomAccessSource that is based on an underlyingFileChannel.classclassA RandomAccessSource that is wraps another RandomAccessSouce but does not propagate close().classA RandomAccessSource that wraps another RandomAccessSouce and provides a window of it at a specific offset and over a specific length.Methods in com.itextpdf.text.io that return RandomAccessSourceModifier and TypeMethodDescriptionRandomAccessSourceFactory.createBestSource(RandomAccessFile raf) Creates aRandomAccessSourcebased on a RandomAccessFile.RandomAccessSourceFactory.createBestSource(String filename) Creates aRandomAccessSourcebased on a filename string.RandomAccessSourceFactory.createBestSource(FileChannel channel) Creates aRandomAccessSourcebased on memory mapping a file channel.RandomAccessSourceFactory.createRanged(RandomAccessSource source, long[] ranges) RandomAccessSourceFactory.createSource(byte[] data) Creates aRandomAccessSourcebased on a byte arrayRandomAccessSourceFactory.createSource(InputStream is) Creates aRandomAccessSourcebased on anInputStream.RandomAccessSourceFactory.createSource(RandomAccessFile raf) RandomAccessSourceFactory.createSource(URL url) Creates aRandomAccessSourcebased on a URL.Methods in com.itextpdf.text.io with parameters of type RandomAccessSourceModifier and TypeMethodDescriptionstatic voidStreamUtil.CopyBytes(RandomAccessSource source, long start, long length, OutputStream outs) RandomAccessSourceFactory.createRanged(RandomAccessSource source, long[] ranges) Constructors in com.itextpdf.text.io with parameters of type RandomAccessSourceModifierConstructorDescriptionConstructs a new OffsetRandomAccessSourceConstructs a new OffsetRandomAccessSourceRASInputStream(RandomAccessSource source) Creates an input stream based on the sourceWindowRandomAccessSource(RandomAccessSource source, long offset) Constructs a new OffsetRandomAccessSource that extends to the end of the underlying sourceWindowRandomAccessSource(RandomAccessSource source, long offset, long length) Constructs a new OffsetRandomAccessSource with an explicit length -
Uses of RandomAccessSource in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return RandomAccessSourceModifier and TypeMethodDescriptionRandomAccessFileOrArray.createSourceView()protected RandomAccessSourceRandomAccessFileOrArray.getByteSource()Deprecated.Constructors in com.itextpdf.text.pdf with parameters of type RandomAccessSourceModifierConstructorDescriptionRandomAccessFileOrArray(RandomAccessSource byteSource) Creates a RandomAccessFileOrArray that wraps the specified byte source.