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

com.github.thorbenkuck.network.encoding.ObjectDecoder Maven / Gradle / Ivy

package com.github.thorbenkuck.network.encoding;

import com.github.thorbenkuck.network.exceptions.FailedDecodingException;

public interface ObjectDecoder {

	Object apply(byte[] bytes) throws FailedDecodingException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy