|
JWSCL Documentation
|
function Write(const Buffer; Count: Longint): Longint; override;
|
Parameters |
Description |
|
const Buffer |
The buffer which will be written into the stream |
|
Count: Longint |
The size of the Buffer |
Returns the number of bytes which have currenly been written to the stream.
Write Writes Count Bytes from the Buffer into the stream
|
Exceptions |
Description |
|
is raised if the memory is a nil pointer. |
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|