System.Classes.TBinaryReader.ReadSByte

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadSByte: ShortInt; inline;

C++

System::Int8 __fastcall ReadSByte();

Properties

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

Description

Reads a signed 16-bit integer value from the stream. ReadSByte reads a Smallint value from the underlying stream, advances into the stream, and returns it. ReadSmallInt also reads Smallint; these two methods are similar.

See Also