네트워크 패킷 분석/스크립트 tmp

ADODB.STREAM object

night-Ohl 2019. 3. 20. 11:25
반응형

ADODB.STREAM object


The ADODB.Stream object was used to read files and other streams. What it does is part of what the StreamReaderStreamWriterFileStream 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에서 제대로 동작함.


반응형