The Buffer Object - HTML2EXE Programming Interface
Introduction
The Buffern are used by TCP Client and other winsock object to store outgoing and incoming data.
Properties
ACharAt
| Value |
BSTR |
| Arguments: |
|
| Access |
Get, Put |
| Notes |
|
BufferSize
| Value |
ULONG |
| Access |
Get |
| Notes |
|
ByteAt
| Value |
unsigned |
| Arguments: |
|
| Access |
Get, Put |
| Notes |
|
CharAt
| Value |
BSTR |
| Arguments: |
|
| Access |
Get, Put |
| Notes |
|
CRC32Of
| Value |
ULONG |
| Access |
Get |
| Notes |
|
DataSize
| Value |
ULONG |
| Access |
Get, Put |
| Notes |
|
DoubleAt
| Value |
double |
| Arguments: |
|
| Access |
Get, Put |
| Notes |
|
DWordAt
| Value |
ULONG |
| Arguments: |
|
| Access |
Get, Put |
| Notes |
|
FloatAt
| Value |
float |
| Arguments: |
|
| Access |
Get, Put |
| Notes |
|
MD5Of
| Value |
BSTR |
| Access |
Get |
| Notes |
|
Property
| Value |
VARIANT |
| Arguments: |
|
| Access |
Get, Put |
| Notes |
|
WordAt
| Value |
unsigned |
| Arguments: |
|
| Access |
Get, Put |
| Notes |
|
Methods
Base64Decode
| Return Value |
ULONG |
| Arguments: |
|
| Notes |
|
Base64Encode
Clear
Deflate
Find
| Return Value |
long |
| Arguments: |
|
| Notes |
|
GetBufferPointer
| Return Value |
VARIANT |
| Notes |
|
Inflate
InsertAt
| Return Value |
|
| Arguments: |
|
| Notes |
|
Read
| Return Value |
Buffer Object |
| Arguments: |
|
| Notes |
|
Remove
| Return Value |
|
| Arguments: |
|
| Notes |
|
SaveAs
| Return Value |
|
| Arguments: |
- BSTR filePath
- ULONG pos
- ULONG nBytes
- VARIANT_BOOL appendToIfExists
|
| Notes |
|
ToAString
ToBString
Write
| Return Value |
|
| Arguments: |
|
| Notes |
|
WriteText
| Return Value |
|
| Arguments: |
- BSTR text
- VARIANT_BOOL convert2ANSI
|
| Notes |
|