Uses of Class
com.caucho.vfs.ByteToChar

Packages that use ByteToChar
com.caucho.quercus.env   
com.caucho.quercus.lib.string   
com.caucho.vfs Resin's Virtual File System. 
 

Uses of ByteToChar in com.caucho.quercus.env
 

Methods in com.caucho.quercus.env that return ByteToChar
 ByteToChar Env.getByteToChar()
          Returns the ByteToChar converter.
 

Uses of ByteToChar in com.caucho.quercus.lib.string
 

Methods in com.caucho.quercus.lib.string with parameters of type ByteToChar
protected static int StringUtility.addQueryChar(ByteToChar byteToChar, java.lang.CharSequence str, int len, int i, int ch, int[] querySeparatorMap)
           
 

Uses of ByteToChar in com.caucho.vfs
 

Subclasses of ByteToChar in com.caucho.vfs
 class OldByteToChar
          Utility class for converting a byte stream to a character stream.
 

Methods in com.caucho.vfs that return ByteToChar
static ByteToChar ByteToChar.create()