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

com.github.bezsias.multimap.Reader Maven / Gradle / Ivy

The newest version!
package com.github.bezsias.multimap;

import java.io.ObjectInputStream;
import java.io.DataInputStream;
import java.io.IOException;

interface Reader {
    T read(ObjectInputStream is, DataInputStream dis) throws IOException, ClassNotFoundException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy