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 adoubleto the end of this byte buffer.ByteBuf.append(float f) Appends afloatto 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 alongvalue 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.private final voidMimeBase64Decoder.decode_final_token(ByteBuf out) private final voidMimeBase64Decoder.decode_token(ByteBuf out) final voidTell the Base64 decoder that no more input data will be forthcoming.final voidTell the base64 encoder that no more input data will be forthcoming.abstract voidTell the decoder that no more input data will be forthcoming.private final voidMimeBase64Encoder.flush_line(ByteBuf out) final voidGiven a sequence of input bytes using the Base64 encoding, produces a sequence of unencoded output bytes.final voidGiven a sequence of input bytes, produces a sequence of output bytes using the base64 encoding.abstract voidGiven a sequence of input bytes, produces a sequence of output bytes.