System.Classes.TBinaryWriter

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTBinaryWriter

Delphi

TBinaryWriter = class

C++

class PASCALIMPLEMENTATION TBinaryWriter : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

TBinaryWriter writes data as binary values. Use TBinaryWriter to write primitive data types to a stream as binary values in a specific encoding. To read data as binary values, use TBinaryReader.

The supported types are:


See Also

Code Examples