public abstract class SignedCallChainHelper extends Object
| Constructor and Description |
|---|
SignedCallChainHelper() |
| Modifier and Type | Method and Description |
|---|---|
static SignedCallChain |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
SignedCallChain s) |
static SignedCallChain |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
SignedCallChain s) |
public static TypeCode type()
public static void insert(Any any, SignedCallChain s)
public static SignedCallChain extract(Any any)
public static String id()
public static SignedCallChain read(InputStream in)
public static void write(OutputStream out, SignedCallChain s)
Copyright © 2008–2018 Tecgraf/PUC-Rio. All rights reserved.