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

com.xxdb.io.ExtendedDataInput Maven / Gradle / Ivy

Go to download

The messaging and data conversion protocol between Java and DolphinDB server

There is a newer version: 1.0.27
Show newest version
package com.xxdb.io;

import java.io.DataInput;
import java.io.IOException;

public interface ExtendedDataInput extends DataInput{
	boolean isLittleEndian();
	String readString() throws IOException;
	Long2 readLong2() throws IOException;
	String readBlob() throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy