System.Classes.TBinaryReader.GetBaseStream
Delphi
function GetBaseStream: TStream; virtual;
C++
virtual TStream* __fastcall GetBaseStream();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | protected | System.Classes.pas System.Classes.hpp |
System.Classes | TBinaryReader |
説明
TBinaryReader の BaseStream を返します。 GetBaseStream は、TBinaryReader の BaseStream を返します。これは、TBinaryReader が読み取るストリームを使用する必要があるときに使用します。
メモ:ストリームが TBinaryReader に所有されている場合、TBinaryReader が破棄されると同時にストリームも破棄されます。