IRandomAccessSource Public interface
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.io iTextSharp.text.io.IRandomAccessSource[[IRandomAccessSource]] class iTextSharp.text.io.IRandomAccessSource interfaceStyle; end subgraph System System.IDisposable[[IDisposable]] end System.IDisposable --> iTextSharp.text.io.IRandomAccessSource
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Public methods
Details
Inheritance
-
IDisposable
Methods
Get [1/2]
public int Get(long position)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
position |
Get [2/2]
public int Get(long position, byte[] bytes, int off, int len)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
position |
|
|
|
bytes |
|
|
|
off |
|
|
|
len |
Close
public void Close()
Properties
Length
public long Length { get; }
Generated with ModularDoc