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

org.oxerr.huobi.rest.valuereader.ValueReader Maven / Gradle / Ivy

The newest version!
package org.oxerr.huobi.rest.valuereader;

import java.io.IOException;
import java.io.InputStream;

public interface ValueReader {

	T read(InputStream inputStream) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy