System.Classes.TBinaryReader.ReadBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadBytes(Count: Integer): TBytes; virtual;

C++

virtual System::DynamicArray<System::Byte> __fastcall ReadBytes(int Count);

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TBinaryReader

Description

Reads a byte array from the stream. ReadBytes reads a byte array (TBytes) from the underlying stream, advances into the stream, and returns it.


See Also