반응형
ADODB.STREAM object
The ADODB.Stream
object was used to read files and other streams. What it does is part of what the StreamReader
, StreamWriter
, FileStream
and Stream
does in the .NET framework.
For what the code in that method uses it for, in .NET you would use a StreamReader
to read from a Stream
.
문자를 읽을 때 byte 단위로 사용하므로 non-Unicode data를 포함하는 stream에서 제대로 동작함.
반응형
'네트워크 패킷 분석 > 스크립트 tmp' 카테고리의 다른 글
ExpandEnvironmentStrings API 로 윈도우 경로 받기 (1) | 2019.03.20 |
---|