Show / Hide Table of Contents

Interface IBytesSink

base Bytes Sink

Namespace: Xrpl.BinaryCodec.Binary
Assembly: Xrpl.BinaryCodec.dll
Syntax
public interface IBytesSink

Methods

| Edit this page View Source

Put(byte)

Write bytes to this BinarySerializer

Declaration
void Put(byte aByte)
Parameters
Type Name Description
byte aByte

byte to write

| Edit this page View Source

Put(byte[])

Write bytes to this BinarySerializer

Declaration
void Put(byte[] bytes)
Parameters
Type Name Description
byte[] bytes

the bytes to write

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX