Show / Hide Table of Contents

Class BytesList

Bytes list is a collection of buffer objects

Inheritance
object
BytesList
Implements
IBytesSink
Namespace: Xrpl.BinaryCodec.Binary
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class BytesList : IBytesSink

Fields

| Edit this page View Source

HexLookup

Hex Lookup

Declaration
public static string[] HexLookup
Field Value
Type Description
string[]

Methods

| Edit this page View Source

Add(BytesList)

add Bytes list to this Bytes list

Declaration
public void Add(BytesList bl)
Parameters
Type Name Description
BytesList bl

Bytes list

| Edit this page View Source

BytesHex()

convert bytes to hex string

Declaration
public string BytesHex()
Returns
Type Description
string

string

| Edit this page View Source

BytesLength()

Get the total number of bytes in the BytesList

Declaration
public int BytesLength()
Returns
Type Description
int

the number of bytes

| Edit this page View Source

Put(byte)

Put bytes in the BytesList

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

byte

| Edit this page View Source

Put(byte[])

Put bytes in the BytesList

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

bytesArg A Buffer

| Edit this page View Source

RawList()

view bytes list

Declaration
public List<byte[]> RawList()
Returns
Type Description
List<byte[]>

Raw List

| Edit this page View Source

ToBytes()

Get all bytes

Declaration
public byte[] ToBytes()
Returns
Type Description
byte[]

Bytes

Implements

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