org.webbitserver.helpers
Class UTF8Output

java.lang.Object
  extended by org.webbitserver.helpers.UTF8Output

public class UTF8Output
extends Object


Constructor Summary
UTF8Output()
           
 
Method Summary
 String getStringAndRecycle()
           
 void write(byte[] bytes)
           
 void write(int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UTF8Output

public UTF8Output()
Method Detail

write

public void write(byte[] bytes)
           throws UTF8Exception
Throws:
UTF8Exception

write

public void write(int b)
           throws UTF8Exception
Throws:
UTF8Exception

getStringAndRecycle

public String getStringAndRecycle()
                           throws UTF8Exception
Throws:
UTF8Exception


Copyright © 2012. All Rights Reserved.