Вниз
Скачать: CL | DM;

TMemoryStream.Memory   Найти похожие ветки 

 
ИМХО ©   (2004-07-24 00:13) [0]

У TMemoryStream есть свойство Memory:

Provides direct access to the memory pool allocated for the memory stream.

property Memory: Pointer;

Description

Use Memory to get access to the memory for the stream. The memory for the stream holds the data that is being transferred by means of the memory stream. Size is the number of bytes of Memory that were allocated, and Position is the current position within Memory.

Note: Memory is a read-only property. Memory can be used to change the contents of the memory, but to set the actual memory the stream works with, descendants of TCustomMemoryStream must assign a pointer to a memory buffer by calling the SetPointer method.


Вот записал я в TMemoryStream через IStream определенную инофрмация, как теперь получить данные из TMemoryStream.Memory в виде строки?


 
ИМХО ©   (2004-07-24 00:15) [1]

определенную информацию


 
ИМХО ©   (2004-07-24 00:21) [2]

Усё, разобрался.


 
Polevi ©   (2004-07-24 14:05) [3]

TStreamAdaper на всякий случай



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.022 c
14-1090491340
DJ DIZzY
2004-07-22 14:15
2004.08.08
А как сделать кнопку выход???


6-1086689533
LeXXX
2004-06-08 14:12
2004.08.08
вопрос по Winsock


1-1090922659
FS-DOS
2004-07-27 14:04
2004.08.08
rave


1-1090628404
nick_mas
2004-07-24 04:20
2004.08.08
Подскажите, как лучше закодировать информацию?


6-1086871978
Softal
2004-06-10 16:52
2004.08.08
Сеть в DOS




   Наверх