public class STWriter extends Object implements BytesSink
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(byte aByte) |
void |
add(byte[] bytes) |
void |
write(Hash256 hash256,
LedgerEntry le) |
void |
write(SerializedType obj) |
void |
write(TransactionResult result) |
void |
writeVl(SerializedType obj) |
public STWriter(BytesSink bytesSink)
public void write(SerializedType obj)
public void writeVl(SerializedType obj)
public void write(TransactionResult result)
public void write(Hash256 hash256, LedgerEntry le)
Copyright © 2021. All rights reserved.