Uses of Class
org.opendaylight.openflowplugin.libraries.liblldp.BufferException
-
Packages that use BufferException Package Description org.opendaylight.openflowplugin.libraries.liblldp -
-
Uses of BufferException in org.opendaylight.openflowplugin.libraries.liblldp
Methods in org.opendaylight.openflowplugin.libraries.liblldp that throw BufferException Modifier and Type Method Description static voidBitBufferHelper. checkExceptions(byte[] data, int startOffset, int numBits)Checks for overflow and underflow exceptions.static byte @NonNull []BitBufferHelper. getBits(byte[] data, int startOffset, int numBits)Reads the specified number of bits from the passed byte array starting to read from the specified offset The bits read are stored in a byte array which size is dictated by the number of bits to be stored.static voidBitBufferHelper. setBytes(byte[] data, byte[] input, int startOffset, int numBits)Deprecated.
-