Interface IBytesSink
base Bytes Sink
Namespace: Xrpl.BinaryCodec.Binary
Assembly: Xrpl.BinaryCodec.dll
Syntax
public interface IBytesSink
Methods
| Edit this page View SourcePut(byte)
Write bytes to this BinarySerializer
Declaration
void Put(byte aByte)
Parameters
| Type | Name | Description |
|---|---|---|
| byte | aByte | byte to write |
Put(byte[])
Write bytes to this BinarySerializer
Declaration
void Put(byte[] bytes)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | bytes | the bytes to write |