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

com.indeed.util.io.RandomAccessDataInput Maven / Gradle / Ivy

The newest version!
package com.indeed.util.io;

import java.io.Closeable;
import java.io.DataInput;

/** @author jplaisance */
public interface RandomAccessDataInput extends DataInput, Seekable, Closeable {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy