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

com.gc.iotools.fmt.base.ResettableInputStream Maven / Gradle / Ivy

The newest version!
package com.gc.iotools.fmt.base;

import java.io.IOException;
import java.io.InputStream;

public abstract class ResettableInputStream extends InputStream {

	public abstract void resetToBeginning() throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy