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: 0.5.3
Show newest version
package com.fasterxml.sort;

import java.io.*;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy