Uses of Class
netscape.ldap.util.ByteBuf
Packages that use ByteBuf
-
Uses of ByteBuf in netscape.ldap.util
Methods in netscape.ldap.util that return ByteBufModifier and TypeMethodDescriptionByteBuf.append
(boolean b) Appends a boolean to the end of this byte buffer.ByteBuf.append
(byte b) Appends a byte to the end of this byte buffer.ByteBuf.append
(byte[] str) Appends an array of bytes to the end of this byte buffer.ByteBuf.append
(byte[] str, int offset, int len) Appends a part of an array of bytes to the end of this byte buffer.ByteBuf.append
(double d) Appends adouble
to the end of this byte buffer.ByteBuf.append
(float f) Appends afloat
to the end of this byte buffer.ByteBuf.append
(int i) Appends an integer to the end of this byte buffer.ByteBuf.append
(long l) Appends along
value to the end of this byte buffer.Appends an object to the end of this byte buffer.Appends a string to the end of this byte buffer.Appends a byte buffer to the end of this byte buffer.Methods in netscape.ldap.util with parameters of type ByteBufModifier and TypeMethodDescriptionAppends a byte buffer to the end of this byte buffer.final void
Tell the Base64 decoder that no more input data will be forthcoming.final void
Tell the base64 encoder that no more input data will be forthcoming.abstract void
Tell the decoder that no more input data will be forthcoming.final void
Given a sequence of input bytes using the Base64 encoding, produces a sequence of unencoded output bytes.final void
Given a sequence of input bytes, produces a sequence of output bytes using the base64 encoding.abstract void
Given a sequence of input bytes, produces a sequence of output bytes.