All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.descoped.rawdata.avro.RawdataAvroFile Maven / Gradle / Ivy

The newest version!
package io.descoped.rawdata.avro;

import org.apache.avro.file.SeekableInput;

import java.nio.file.Path;

public interface RawdataAvroFile {

    SeekableInput seekableInput();

    long getOffsetOfLastBlock();

    void copyFrom(Path source);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy