System.JSON.Readers.TJsonReader.ReadAsBytesInternal

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function ReadAsBytesInternal: TBytes;

C++

System::DynamicArray<System::Byte> __fastcall ReadAsBytesInternal();

プロパティ

種類 可視性 ソース ユニット
function protected
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader


説明

ReadAsBytes に対する実装を提供します。

ReadAsBytesInternal は、JSON トークンをバイナリ データとして読み込むReadAsBytes 関数の実装を提供します。

ReadAsBytesInternal は、TBytes 値を返します。

関連項目