jar

org.dflib : dflib-avro

Maven & Gradle

Feb 06, 2024

dflib-avro: read/write DataFrames from/to Avro files

Table Of Contents

Latest Version

Download org.dflib : dflib-avro JAR file - Latest Versions:

All Versions

Download org.dflib : dflib-avro JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dflib-avro-1.0.0-M19.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.dflib.avro

├─ org.dflib.avro.Avro.class - [JAR]

├─ org.dflib.avro.AvroLoader.class - [JAR]

├─ org.dflib.avro.AvroSaver.class - [JAR]

├─ org.dflib.avro.AvroSchemaLoader.class - [JAR]

├─ org.dflib.avro.AvroSchemaSaver.class - [JAR]

├─ org.dflib.avro.BaseSaver.class - [JAR]

├─ org.dflib.avro.RowToAvroRecordAdapter.class - [JAR]

org.dflib.avro.schema

├─ org.dflib.avro.schema.AvroSchemaCompiler.class - [JAR]

├─ org.dflib.avro.schema.AvroSchemaUtils.class - [JAR]

org.dflib.avro.types

├─ org.dflib.avro.types.AvroTypeExtensions.class - [JAR]

├─ org.dflib.avro.types.BigDecimalConversion.class - [JAR]

├─ org.dflib.avro.types.BigIntegerConversion.class - [JAR]

├─ org.dflib.avro.types.ByteArrayConversion.class - [JAR]

├─ org.dflib.avro.types.DurationConversion.class - [JAR]

├─ org.dflib.avro.types.LocalDateConversion.class - [JAR]

├─ org.dflib.avro.types.LocalDateTimeConversion.class - [JAR]

├─ org.dflib.avro.types.LocalTimeConversion.class - [JAR]

├─ org.dflib.avro.types.PeriodConversion.class - [JAR]

├─ org.dflib.avro.types.SingleSchemaConversion.class - [JAR]

├─ org.dflib.avro.types.SingleSchemaLogicalType.class - [JAR]

├─ org.dflib.avro.types.SingletonLogicalTypeFactory.class - [JAR]

├─ org.dflib.avro.types.UnmappedConversion.class - [JAR]

├─ org.dflib.avro.types.YearConversion.class - [JAR]

├─ org.dflib.avro.types.YearMonthConversion.class - [JAR]

Advertisement