B O R W
All Classes All Packages
All Classes All Packages
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
Uint16from specified buffer. - readUint32(ByteBuf) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Read a
Uint32from specified buffer. - readUint64(ByteBuf) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Read a
Uint64from specified buffer. - readUint8(ByteBuf) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Read an
Uint8from specified buffer.
W
- write(ByteBuf, Uint16) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint16to specified buffer. - write(ByteBuf, Uint32) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint32to specified buffer. - write(ByteBuf, Uint64) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint64to specified buffer. - write(ByteBuf, Uint8) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint8to specified buffer. - writeMandatory(ByteBuf, Byte, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Byteproperty to specified buffer. - writeMandatory(ByteBuf, Integer, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Integerproperty to specified buffer. - writeMandatory(ByteBuf, Long, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Longproperty to specified buffer. - writeMandatory(ByteBuf, Short, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Shortproperty to specified buffer. - writeMandatory(ByteBuf, Uint16, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint16property to specified buffer. - writeMandatory(ByteBuf, Uint32, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint32property to specified buffer. - writeMandatory(ByteBuf, Uint64, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint64property to specified buffer. - writeMandatory(ByteBuf, Uint8, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint8property to specified buffer. - writeOptional(ByteBuf, Byte) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Bytevalue to specified buffer if it is not null. - writeOptional(ByteBuf, Integer) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Integervalue to specified buffer if it is not null. - writeOptional(ByteBuf, Long) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Longvalue to specified buffer if it is not null. - writeOptional(ByteBuf, Short) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Bytevalue to specified buffer if it is not null. - writeOptional(ByteBuf, Uint16) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint16value to specified buffer if it is not null. - writeOptional(ByteBuf, Uint32) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint32value to specified buffer if it is not null. - writeOptional(ByteBuf, Uint64) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint64value to specified buffer if it is not null. - writeOptional(ByteBuf, Uint8) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint8value to specified buffer if it is not null. - writeOrZero(ByteBuf, Byte) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Bytevalue 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
Integervalue 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
Bytevalue 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
Shortvalue 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
Uint16value 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
Uint32value 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
Uint64value 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
Uint8value 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
Uint16to specified buffer. - writeUint32(ByteBuf, Uint32) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint32to specified buffer. - writeUint64(ByteBuf, Uint64) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint64to specified buffer. - writeUint8(ByteBuf, Uint8) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint8to specified buffer.
All Classes All Packages