DelphiBasics
  Home  |  Delphi .net Home  |  System NameSpace
 .NET Framework
 Namespace References

 System
 
  Array  Class 
  Boolean  Structure 
  Buffer  Class 
  Byte  Structure 
  Char  Structure 
  Console  Class 
  Convert  Class 
  DateTime  Structure 
  DayOfWeek  Enumeration 
  Decimal  Structure 
  Double  Structure 
  Enum  Class 
  Environment  Class 
  Exception  Class 
  ICloneable  Interface 
  Int16  Structure 
  Int32  Structure 
  Int64  Structure 
  Math  Class 
  Object  Class 
  OperatingSystem  Class 
  Random  Class 
  SByte  Structure 
  Single  Structure 
  String  Class 
  TimeSpan  Structure 
  UInt16  Structure 
  UInt32  Structure 
  UInt64  Structure 
  Version  Class 
 System.Collections
 System.Globalization
 System.IO

 Articles and Tutorials

 Overview of .NET
 Delphi and .NET
 Winform Applications
 ASP .Net Applications
 php Web Services
 Framework Collections
 Framework String Handling
 Framework Files and Folders


 
 
  System.Buffer Class
 
 Description
The Buffer class treats a buffer as an array of primitive elements, where each element is treated as simply a single byte or a fixed number of bytes.
 
The primitive element characteristics are ignored - they are simply treated as a set of 1 or more bytes.
 Methods
BlockCopy  Copies a block of bytes from one primitive array to another
ByteLength  Gives the size of a primitive data array as a total of bytes
GetByte  Gets the byte at the given index position in an array of primitive data
SetByte  Sets the byte at the given index position in an array of primitive data


 Microsoft MSDN links
 
System
System.buffer
 
Delphi Programming © Neil Moffatt . All rights reserved.  |  Home Page