Uses of Class
org.jboss.logmanager.handlers.ByteStringBuilder
Packages that use ByteStringBuilder
-
Uses of ByteStringBuilder in org.jboss.logmanager.handlers
Methods in org.jboss.logmanager.handlers that return ByteStringBuilderModifier and TypeMethodDescriptionByteStringBuilder.append(boolean b) ByteStringBuilder.append(byte[] bytes) ByteStringBuilder.append(byte[] bytes, int offs, int len) ByteStringBuilder.append(char c) ByteStringBuilder.append(int i) ByteStringBuilder.append(long l) ByteStringBuilder.append(ByteStringBuilder other) private ByteStringBuilderByteStringBuilder.appendASCII(int asciiLen, String s, int offs, int len, int maxLen) ByteStringBuilder.appendLatin1(String s) ByteStringBuilder.appendLatin1(String s, int offs, int len) ByteStringBuilder.appendUSASCII(String s) ByteStringBuilder.appendUSASCII(String s, int maxLen) ByteStringBuilder.appendUSASCII(String s, int offs, int len) ByteStringBuilder.appendUtf8Raw(int codePoint) Methods in org.jboss.logmanager.handlers with parameters of type ByteStringBuilderModifier and TypeMethodDescriptionByteStringBuilder.append(ByteStringBuilder other) private voidSyslogHandler.sendMessage(byte[] header, ByteStringBuilder message, byte[] trailer) Writes the message to the output stream.