net.sf.mmm.util.io.api.ByteBuffer Maven / Gradle / Ivy
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0 */
package net.sf.mmm.util.io.api;
/**
* This is the interface for a buffer of bytes.
*
* @author Joerg Hohwiller (hohwille at users.sourceforge.net)
* @since 1.1.0
*/
public interface ByteBuffer extends ByteIterator, ByteProvider {
// nothing to add, just a combination
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy