Uses of Class
org.opendaylight.openflowplugin.libraries.liblldp.BufferException

Packages that use BufferException
  • Uses of BufferException in org.opendaylight.openflowplugin.libraries.liblldp

    Modifier and Type
    Method
    Description
    static void
    BitBufferHelper.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 void
    BitBufferHelper.setBytes(byte[] data, byte[] input, int startOffset, int numBits)
    Deprecated.
    Use BitBufferHelper.copyBitsFromLsb(byte[], byte[], int, int) instead.