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

org.jgroups.util.SizeStreamable Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.jgroups.util;

/**
 * Interface implementing Streamable and returning the size of the marshalled object. Might get merged into
 * Streamable itself in 4.0.
 * @author Bela Ban
 * @since  3.3
 */
public interface SizeStreamable extends Streamable {
    /** Returns the size (in bytes) of the marshalled object */
    int size();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy