com.emc.mongoose.common.io.collection.IoBuffer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-common Show documentation
Show all versions of mongoose-common Show documentation
Mongoose is a high-load storage performance testing tool
The newest version!
package com.emc.mongoose.common.io.collection;
import com.emc.mongoose.common.io.Input;
import com.emc.mongoose.common.io.Output;
/**
Created by kurila on 30.09.15.
*/
public interface IoBuffer
extends Input, Output {
boolean isEmpty();
int size();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy