Module swim.avro
Package swim.avro

Class Avro

java.lang.Object
swim.avro.Avro

public final class Avro extends Object
Factory for constructing Avro decoders and encoders.
  • Method Details

    • decoder

      public static AvroDecoder decoder()
    • decodeType

      public static <T> Decoder<T> decodeType(InputBuffer input, AvroType<T> type)
    • typeDecoder

      public static <T> Decoder<T> typeDecoder(AvroType<T> type)
    • isNameStartChar

      public static boolean isNameStartChar(int c)
    • isNameChar

      public static boolean isNameChar(int c)