|
|
Name |
Description |
|
|
|
Clears PDF Stream with initializing size ( maybe zero ). |
|
|
|
Closes PDF Stream. |
|
|
|
Copies from one Stream in another Stream. |
|
|
|
This is function ULStreamCustomNew. |
|
|
|
Creates new file PDF Stream by PDF File Handle. |
|
|
|
Creates new file PDF Stream by filename and open mode. |
|
|
|
Gets Stream position ( offset from start of stream ). |
|
|
|
Gets Stream size in bytes. |
|
|
|
Reads one character from Stream. Same as ULStreamReadChar, only stream position stays on that place. |
|
|
|
Creates new Memory PDF Stream with initializing size. |
|
|
|
Converts memory buffer to PDF Stream. |
|
|
|
Reads from PDF Stream to memory buffer some count of the bytes. |
|
|
|
Reads one character from Stream. |
|
|
|
Reads one line from Stream. Line is text string to character EOL ( end of line ) |
|
|
|
Sets new Stream position. |
|
|
|
Sets new Stream size in bytes. Enlarges stream capacity. |
|
|
|
Writes from memory buffer to PDF Stream some count of the bytes. |
|
|
|
Writes one character to Stream. |