BinaryWriter

Overview

Location

  • Reference:
    • RemObjects.InternetPack.dll  .NET, .NET Core 5.0, .NET Standard 2.0
    • RemObjects.InternetPack.fx  Island
    • libRemObjects.InternetPack.fx  Toffee
  • Namespace: RemObjects.InternetPack.Shared.Base

Instance Methods


constructor

 

constructor(Value: Stream)

 

BinaryWriter(Stream Value)

 

init(_ Value: Stream)

 

Sub New(Value As Stream)

Parameters:

  • Value:

Flush  virtual

 

method Flush

 

void Flush()

 

func Flush()

 

Sub Flush()

Write (array of Byte)  virtual

 

method Write(Value: array of Byte)

 

void Write(Byte[] Value)

 

func Write(_ Value: Byte...)

 

Sub Write(Value As Byte())

Parameters:

  • Value:

Write (array of Byte, Int32, Int32)  virtual

 

method Write(Value: array of Byte; Offset: Int32; Count: Int32)

 

void Write(Byte[] Value, Int32 Offset, Int32 Count)

 

func Write(_ Value: Byte..., _ Offset: Int32, _ Count: Int32)

 

Sub Write(Value As Byte(), Offset As Int32, Count As Int32)

Parameters:

  • Value:
  • Offset:
  • Count:

Write (Byte)  virtual

 

method Write(Value: Byte)

 

void Write(Byte Value)

 

func Write(_ Value: Byte)

 

Sub Write(Value As Byte)

Parameters:

  • Value: