public final class Proto3Codec extends Object
| Constructor and Description |
|---|
Proto3Codec() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
read(byte[] bytes,
Collection<Span> out) |
static List<Span> |
readList(byte[] bytes) |
static boolean |
readList(byte[] bytes,
Collection<Span> out) |
static Span |
readOne(byte[] bytes) |
int |
sizeInBytes(Span input) |
byte[] |
write(Span span) |
byte[] |
writeList(List<Span> spans) |
int |
writeList(List<Span> spans,
byte[] out,
int pos) |
public int sizeInBytes(Span input)
public byte[] write(Span span)
public static boolean read(byte[] bytes,
Collection<Span> out)
public static boolean readList(byte[] bytes,
Collection<Span> out)
Copyright © 2015–2018 OpenZipkin. All rights reserved.