- java.lang.Object
-
- swim.avro.Avro
-
public final class Avro extends Object
Factory for constructing Avro decoders and encoders.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AvroDecoder
decoder()
static <T> Decoder<T>
decodeType(InputBuffer input, AvroType<T> type)
static boolean
isNameChar(int c)
static boolean
isNameStartChar(int c)
static <T> Decoder<T>
typeDecoder(AvroType<T> type)
-
-
-
Method Detail
-
decoder
public static AvroDecoder decoder()
-
decodeType
public static <T> Decoder<T> decodeType(InputBuffer input, AvroType<T> type)
-
isNameStartChar
public static boolean isNameStartChar(int c)
-
isNameChar
public static boolean isNameChar(int c)
-
-