com.github.housepower.jdbc.buffer.BuffedReader Maven / Gradle / Ivy
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