Uses of Class
netscape.ldap.util.ByteBuf
-
Packages that use ByteBuf Package Description netscape.ldap.util -
-
Uses of ByteBuf in netscape.ldap.util
Methods in netscape.ldap.util that return ByteBuf Modifier and Type Method Description ByteBufByteBuf. append(boolean b)Appends a boolean to the end of this byte buffer.ByteBufByteBuf. append(byte b)Appends a byte to the end of this byte buffer.ByteBufByteBuf. append(byte[] str)Appends an array of bytes to the end of this byte buffer.ByteBufByteBuf. append(byte[] str, int offset, int len)Appends a part of an array of bytes to the end of this byte buffer.ByteBufByteBuf. append(double d)Appends adoubleto the end of this byte buffer.ByteBufByteBuf. append(float f)Appends afloatto the end of this byte buffer.ByteBufByteBuf. append(int i)Appends an integer to the end of this byte buffer.ByteBufByteBuf. append(long l)Appends alongvalue to the end of this byte buffer.ByteBufByteBuf. append(java.lang.Object obj)Appends an object to the end of this byte buffer.ByteBufByteBuf. append(java.lang.String str)Appends a string to the end of this byte buffer.ByteBufByteBuf. append(ByteBuf buf)Appends a byte buffer to the end of this byte buffer.Methods in netscape.ldap.util with parameters of type ByteBuf Modifier and Type Method Description ByteBufByteBuf. append(ByteBuf buf)Appends a byte buffer to the end of this byte buffer.voidMimeBase64Decoder. eof(ByteBuf out)Tell the Base64 decoder that no more input data will be forthcoming.voidMimeBase64Encoder. eof(ByteBuf out)Tell the base64 encoder that no more input data will be forthcoming.abstract voidMimeEncoder. eof(ByteBuf out)Tell the decoder that no more input data will be forthcoming.voidMimeBase64Decoder. translate(ByteBuf in, ByteBuf out)Given a sequence of input bytes using the Base64 encoding, produces a sequence of unencoded output bytes.voidMimeBase64Encoder. translate(ByteBuf in, ByteBuf out)Given a sequence of input bytes, produces a sequence of output bytes using the base64 encoding.abstract voidMimeEncoder. translate(ByteBuf in, ByteBuf out)Given a sequence of input bytes, produces a sequence of output bytes.
-