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

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