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

com.fasterxml.sort.DataReaderFactory Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.fasterxml.sort;

import java.io.*;

public abstract class DataReaderFactory
{
    public abstract DataReader constructReader(InputStream in) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy