Frames | No Frames |
Methods with parameter type netscape.ldap.util.ByteBuf | |
ByteBuf | Appends a byte buffer to the end of this byte buffer. |
void | Tell the Base64 decoder that no more input data will be forthcoming. |
void | Tell the base64 encoder that no more input data will be forthcoming. |
void | Tell the decoder that no more input data will be forthcoming. |
void | Given a sequence of input bytes using the Base64 encoding, produces a
sequence of unencoded output bytes. |
void | Given a sequence of input bytes, produces a sequence of output bytes
using the base64 encoding. |
void | Given a sequence of input bytes, produces a sequence of output bytes. |
Methods with return type netscape.ldap.util.ByteBuf | |
ByteBuf | Appends an object to the end of this byte buffer. |
ByteBuf | Appends a string to the end of this byte buffer. |
ByteBuf | Appends a boolean to the end of this byte buffer. |
ByteBuf | Appends a byte to the end of this byte buffer. |
ByteBuf | Appends a double to the end of this byte buffer. |
ByteBuf | Appends a float to the end of this byte buffer. |
ByteBuf | Appends an integer to the end of this byte buffer. |
ByteBuf | Appends a long value to the end of this byte buffer. |
ByteBuf | Appends a byte buffer to the end of this byte buffer. |
ByteBuf | Appends an array of bytes to the end of this byte buffer. |
ByteBuf | Appends a part of an array of bytes to the end of this byte buffer. |