WebLogic Integration


Uses of Class
com.bea.b2b.protocol.messaging.ByteBuf

Packages that use ByteBuf
com.bea.b2b.protocol.messaging Used for working with messages in a conversation. 
 

Uses of ByteBuf in com.bea.b2b.protocol.messaging
 

Methods in com.bea.b2b.protocol.messaging that return ByteBuf
static ByteBuf ByteBuf.Alloc()
          Constructs an empty String buffer, reusing one from the recycler.
 ByteBuf ByteBuf.append(java.lang.Object obj)
          Appends an object to the end of this buffer.
 ByteBuf ByteBuf.append(java.lang.String str)
          Appends a String to the end of this buffer.
 ByteBuf ByteBuf.append(byte[] str)
          Appends an array of bytes to the end of this buffer.
 ByteBuf ByteBuf.append(byte[] str, int offset, int len)
          Appends a part of an array of characters to the end of this buffer.
 ByteBuf ByteBuf.append(ByteBuf buf)
           
 ByteBuf ByteBuf.append(boolean b)
          Appends a boolean to the end of this buffer.
 ByteBuf ByteBuf.append(byte b)
          Appends a byte to the end of this buffer.
 ByteBuf ByteBuf.append(int i)
          Appends an integer to the end of this buffer.
 ByteBuf ByteBuf.append(long l)
          Appends a long to the end of this buffer.
 ByteBuf ByteBuf.append(float f)
          Appends a float to the end of this buffer.
 ByteBuf ByteBuf.append(double d)
          Appends a double to the end of this buffer.
 ByteBuf ByteBuf.insert(int offset, java.lang.Object obj)
          Inserts an object into the String buffer.
 ByteBuf ByteBuf.insert(int offset, java.lang.String str)
          Inserts a String into the String buffer.
 ByteBuf ByteBuf.insert(int offset, byte[] str)
          Inserts an array of bytes into the String buffer.
 ByteBuf ByteBuf.insert(int offset, boolean b)
          Inserts a boolean into the String buffer.
 ByteBuf ByteBuf.insert(int offset, byte b)
          Inserts a byte into the String buffer.
 ByteBuf ByteBuf.insert(int offset, int i)
          Inserts an integer into the String buffer.
 ByteBuf ByteBuf.insert(int offset, long l)
          Inserts a long into the String buffer.
 ByteBuf ByteBuf.insert(int offset, float f)
          Inserts a float into the String buffer.
 ByteBuf ByteBuf.insert(int offset, double d)
          Inserts a double into the String buffer.
 ByteBuf ByteBuf.reverse()
          Reverse the order of the characters in the String buffer.
 ByteBuf ByteBuf.trim()
           
 

Methods in com.bea.b2b.protocol.messaging with parameters of type ByteBuf
 void MultipartInputStream.MimeQuotedPrintableDecoder.translate(ByteBuf in, ByteBuf out)
           
 void MultipartInputStream.MimeQuotedPrintableDecoder.eof(ByteBuf out)
          Tell the quoted-printable decoder that no more input data will be forthcoming.
static void ByteBuf.Recycle(ByteBuf aBuf)
          Release a ByteBuf to the recycler.
 ByteBuf ByteBuf.append(ByteBuf buf)
           
 boolean ByteBuf.equalsIgnoreCase(ByteBuf anotherString)
          Compares this ByteBuf to another ByteBuf.
 boolean ByteBuf.equals(ByteBuf anotherString)
          Compares this ByteBuf to another ByteBuf.
 boolean ByteBuf.regionMatches(int toffset, ByteBuf other, int ooffset, int len)
           
 boolean ByteBuf.regionMatches(boolean ignoreCase, int toffset, ByteBuf other, int ooffset, int len)
           
 


WebLogic Integration

WebLogic Integration (WLI)