B O R W 
All Classes All Packages

B

ByteBufUtils - Class in org.opendaylight.yangtools.yang.common.netty
Utility methods for interacting with ByteBufs.

O

org.opendaylight.yangtools.yang.common.netty - module org.opendaylight.yangtools.yang.common.netty
 
org.opendaylight.yangtools.yang.common.netty - package org.opendaylight.yangtools.yang.common.netty
 

R

readUint16(ByteBuf) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Read a Uint16 from specified buffer.
readUint32(ByteBuf) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Read a Uint32 from specified buffer.
readUint64(ByteBuf) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Read a Uint64 from specified buffer.
readUint8(ByteBuf) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Read an Uint8 from specified buffer.

W

write(ByteBuf, Uint16) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint16 to specified buffer.
write(ByteBuf, Uint32) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint32 to specified buffer.
write(ByteBuf, Uint64) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint64 to specified buffer.
write(ByteBuf, Uint8) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint8 to specified buffer.
writeMandatory(ByteBuf, Byte, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Byte property to specified buffer.
writeMandatory(ByteBuf, Integer, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Integer property to specified buffer.
writeMandatory(ByteBuf, Long, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Long property to specified buffer.
writeMandatory(ByteBuf, Short, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Short property to specified buffer.
writeMandatory(ByteBuf, Uint16, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint16 property to specified buffer.
writeMandatory(ByteBuf, Uint32, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint32 property to specified buffer.
writeMandatory(ByteBuf, Uint64, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint64 property to specified buffer.
writeMandatory(ByteBuf, Uint8, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint8 property to specified buffer.
writeOptional(ByteBuf, Byte) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Byte value to specified buffer if it is not null.
writeOptional(ByteBuf, Integer) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Integer value to specified buffer if it is not null.
writeOptional(ByteBuf, Long) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Long value to specified buffer if it is not null.
writeOptional(ByteBuf, Short) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Byte value to specified buffer if it is not null.
writeOptional(ByteBuf, Uint16) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint16 value to specified buffer if it is not null.
writeOptional(ByteBuf, Uint32) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint32 value to specified buffer if it is not null.
writeOptional(ByteBuf, Uint64) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint64 value to specified buffer if it is not null.
writeOptional(ByteBuf, Uint8) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint8 value to specified buffer if it is not null.
writeOrZero(ByteBuf, Byte) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Byte value to specified buffer if it is not null, otherwise write one zero byte.
writeOrZero(ByteBuf, Integer) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Integer value to specified buffer if it is not null, otherwise write four zero bytes.
writeOrZero(ByteBuf, Long) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Byte value to specified buffer if it is not null, otherwise write eight zero bytes.
writeOrZero(ByteBuf, Short) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Short value to specified buffer if it is not null, otherwise write two zero bytes.
writeOrZero(ByteBuf, Uint16) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint16 value to specified buffer if it is not null, otherwise write two zero bytes.
writeOrZero(ByteBuf, Uint32) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint32 value to specified buffer if it is not null, otherwise write four zero bytes.
writeOrZero(ByteBuf, Uint64) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint64 value to specified buffer if it is not null, otherwise write eight zero bytes.
writeOrZero(ByteBuf, Uint8) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint8 value to specified buffer if it is not null, otherwise write one zero byte.
writeUint16(ByteBuf, Uint16) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint16 to specified buffer.
writeUint32(ByteBuf, Uint32) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint32 to specified buffer.
writeUint64(ByteBuf, Uint64) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint64 to specified buffer.
writeUint8(ByteBuf, Uint8) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
Write a Uint8 to specified buffer.
B O R W 
All Classes All Packages