|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RandomAccessSource | |
|---|---|
| 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 | |
|---|---|
class |
FileChannelRandomAccessSource
A RandomAccessSource that is based on an underlying FileChannel. |
class |
GetBufferedRandomAccessSource
|
class |
IndependentRandomAccessSource
A RandomAccessSource that is wraps another RandomAccessSouce but does not propagate close(). |
class |
WindowRandomAccessSource
A 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 | |
|---|---|
RandomAccessSource |
RandomAccessSourceFactory.createBestSource(FileChannel channel)
Creates a RandomAccessSource based on memory mapping a file channel. |
RandomAccessSource |
RandomAccessSourceFactory.createBestSource(String filename)
Creates a RandomAccessSource based on a filename string. |
RandomAccessSource |
RandomAccessSourceFactory.createRanged(RandomAccessSource source,
long[] ranges)
|
RandomAccessSource |
RandomAccessSourceFactory.createSource(byte[] data)
Creates a RandomAccessSource based on a byte array |
RandomAccessSource |
RandomAccessSourceFactory.createSource(InputStream is)
Creates a RandomAccessSource based on an InputStream. |
RandomAccessSource |
RandomAccessSourceFactory.createSource(RandomAccessFile raf)
|
RandomAccessSource |
RandomAccessSourceFactory.createSource(URL url)
Creates a RandomAccessSource based on a URL. |
| Methods in com.itextpdf.text.io with parameters of type RandomAccessSource | |
|---|---|
static void |
StreamUtil.CopyBytes(RandomAccessSource source,
long start,
long length,
OutputStream outs)
|
RandomAccessSource |
RandomAccessSourceFactory.createRanged(RandomAccessSource source,
long[] ranges)
|
| Constructors in com.itextpdf.text.io with parameters of type RandomAccessSource | |
|---|---|
GetBufferedRandomAccessSource(RandomAccessSource source)
Constructs a new OffsetRandomAccessSource |
|
IndependentRandomAccessSource(RandomAccessSource source)
Constructs a new OffsetRandomAccessSource |
|
RASInputStream(RandomAccessSource source)
Creates an input stream based on the source |
|
WindowRandomAccessSource(RandomAccessSource source,
long offset)
Constructs a new OffsetRandomAccessSource that extends to the end of the underlying source |
|
WindowRandomAccessSource(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 | |
|---|---|
RandomAccessSource |
RandomAccessFileOrArray.createSourceView()
|
protected RandomAccessSource |
RandomAccessFileOrArray.getByteSource()
Deprecated. |
| Constructors in com.itextpdf.text.pdf with parameters of type RandomAccessSource | |
|---|---|
RandomAccessFileOrArray(RandomAccessSource byteSource)
Creates a RandomAccessFileOrArray that wraps the specified byte source. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||