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

org.sfm.text.BytesCellHandler Maven / Gradle / Ivy

package org.sfm.text;

public interface BytesCellHandler {
	void newRow();
	void newCell(byte[] bytes, int offset, int length);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy