- 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 AvroDecoderdecoder()static <T> Decoder<T>decodeType(AvroType<T> type, InputBuffer input)static booleanisNameChar(int c)static booleanisNameStartChar(int c)static <T> Decoder<T>typeDecoder(AvroType<T> type)
-
-
-
Method Detail
-
decoder
public static AvroDecoder decoder()
-
decodeType
public static <T> Decoder<T> decodeType(AvroType<T> type, InputBuffer input)
-
isNameStartChar
public static boolean isNameStartChar(int c)
-
isNameChar
public static boolean isNameChar(int c)
-
-