com.github.housepower.jdbc.buffer.BuffedReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickhouse-native-jdbc Show documentation
Show all versions of clickhouse-native-jdbc Show documentation
ClickHouse Native Protocol JDBC implementation
package com.github.housepower.jdbc.buffer;
import java.io.IOException;
public interface BuffedReader {
int readBinary() throws IOException;
int readBinary(byte[] bytes) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy