org.apache.manifoldcf.agents.output.solr
Class HttpPoster.ByteBuffer

java.lang.Object
  extended by org.apache.manifoldcf.agents.output.solr.HttpPoster.ByteBuffer
Enclosing class:
HttpPoster

protected static class HttpPoster.ByteBuffer
extends java.lang.Object

Byte buffer class


Constructor Summary
HttpPoster.ByteBuffer()
           
 
Method Summary
 void append(byte b)
           
protected  void createBuffer(int size)
           
 java.lang.String toString(java.lang.String encoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpPoster.ByteBuffer

public HttpPoster.ByteBuffer()
Method Detail

createBuffer

protected void createBuffer(int size)

append

public void append(byte b)

toString

public java.lang.String toString(java.lang.String encoding)
                          throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException