Uses of Interface
com.itextpdf.text.io.RandomAccessSource
-
Packages that use RandomAccessSource Package Description com.itextpdf.text.io com.itextpdf.text.pdf -
-
Uses of RandomAccessSource in com.itextpdf.text.io
Classes in com.itextpdf.text.io that implement RandomAccessSource Modifier and Type Class Description classFileChannelRandomAccessSourceA RandomAccessSource that is based on an underlyingFileChannel.classGetBufferedRandomAccessSourceclassIndependentRandomAccessSourceA RandomAccessSource that is wraps another RandomAccessSouce but does not propagate close().classWindowRandomAccessSourceA 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 RandomAccessSource Modifier and Type Method Description RandomAccessSourceRandomAccessSourceFactory. createBestSource(java.io.RandomAccessFile raf)Creates aRandomAccessSourcebased on a RandomAccessFile.RandomAccessSourceRandomAccessSourceFactory. createBestSource(java.lang.String filename)Creates aRandomAccessSourcebased on a filename string.RandomAccessSourceRandomAccessSourceFactory. createBestSource(java.nio.channels.FileChannel channel)Creates aRandomAccessSourcebased on memory mapping a file channel.RandomAccessSourceRandomAccessSourceFactory. createRanged(RandomAccessSource source, long[] ranges)RandomAccessSourceRandomAccessSourceFactory. createSource(byte[] data)Creates aRandomAccessSourcebased on a byte arrayRandomAccessSourceRandomAccessSourceFactory. createSource(java.io.InputStream is)Creates aRandomAccessSourcebased on anInputStream.RandomAccessSourceRandomAccessSourceFactory. createSource(java.io.RandomAccessFile raf)RandomAccessSourceRandomAccessSourceFactory. createSource(java.net.URL url)Creates aRandomAccessSourcebased on a URL.Methods in com.itextpdf.text.io with parameters of type RandomAccessSource Modifier and Type Method Description static voidStreamUtil. CopyBytes(RandomAccessSource source, long start, long length, java.io.OutputStream outs)RandomAccessSourceRandomAccessSourceFactory. createRanged(RandomAccessSource source, long[] ranges)Constructors in com.itextpdf.text.io with parameters of type RandomAccessSource Constructor Description GetBufferedRandomAccessSource(RandomAccessSource source)Constructs a new OffsetRandomAccessSourceIndependentRandomAccessSource(RandomAccessSource source)Constructs 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 RandomAccessSource Modifier and Type Method Description RandomAccessSourceRandomAccessFileOrArray. createSourceView()protected RandomAccessSourceRandomAccessFileOrArray. getByteSource()Deprecated.Constructors in com.itextpdf.text.pdf with parameters of type RandomAccessSource Constructor Description RandomAccessFileOrArray(RandomAccessSource byteSource)Creates a RandomAccessFileOrArray that wraps the specified byte source.
-