de.regnis.q.sequence.line.QSequenceLineRAData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javasvn Show documentation
Show all versions of javasvn Show documentation
The only pure Java Subversion library in the world
package de.regnis.q.sequence.line;
import java.io.*;
/**
* @author Marc Strapetz
*/
public interface QSequenceLineRAData {
long length() throws IOException;
void get(byte[] bytes, long offset, long length) throws IOException;
InputStream read(long offset, long length) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy