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

com.davfx.ninio.snmp.BerPacket Maven / Gradle / Ivy

package com.davfx.ninio.snmp;

import java.nio.ByteBuffer;

public interface BerPacket {
	int length();
	ByteBuffer lengthBuffer();
	void write(ByteBuffer buffer);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy