com.indeed.util.mmap.BufferResource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of util-mmap Show documentation
Show all versions of util-mmap Show documentation
Utility classes for doing mmap operations
package com.indeed.util.mmap;
import java.io.Closeable;
/**
* @author jplaisance
*/
public interface BufferResource extends Closeable {
public Memory memory();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy