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

com.dell.doradus.olap.io.IBufferWriter Maven / Gradle / Ivy

The newest version!
package com.dell.doradus.olap.io;

public interface IBufferWriter {
	public void writeBuffer(int bufferNumber, byte[] buffer, int length);
	public void close(long length);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy