StreamUtil Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.io iTextSharp.text.io.StreamUtil[[StreamUtil]] end
Members
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
(
source, |
|
|
( |
|
|
( |
Details
Methods
InputStreamToArray
Source code
public static byte InputStreamToArray(Stream inp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
inp |
CopyBytes
Source code
public static void CopyBytes(IRandomAccessSource source, long start, long length, Stream outs)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
source |
|
|
|
start |
|
|
|
length |
|
|
|
outs |
AddToResourceSearch
Source code
public static void AddToResourceSearch(object obj)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
obj |
GetResourceStream
Source code
public static Stream GetResourceStream(string key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
Generated with ModularDoc