Autorization

Login:
Password:
Remember me on this computer
  Forgot your password?
  Register

Subscribe

Modify subscription
VersyPDF API Reference
ContentsIndexHome
PreviousUpNext
Stream Level

There are streams for work with data in our library. Streams are just ways of reading and writing data. Steams provide a common interface for reading and writing to different media such as memory, files and other.

 
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. 
Copyright (c) 2004 - 2006. All rights reserved.
What do you think about this topic? Send feedback!
Copyright ©2004 - 2006 Sybrex Systems Ltd. All Rights Reserved.