org.apache.tomcat.util.buf
Class UDecoder
java.lang.Object
|
+--org.apache.tomcat.util.buf.UDecoder
- public final class UDecoder
- extends java.lang.Object
All URL decoding happens here. This way we can reuse, review, optimize
without adding complexity to the buffers.
The conversion will modify the original buffer.
- Author:
- Costin Manolache
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDecoder
public UDecoder()
convert
public void convert(ByteChunk mb)
throws java.io.IOException
- URLDecode, will modify the source.
convert
public void convert(CharChunk mb)
throws java.io.IOException
- In-buffer processing - the buffer will be modified
convert
public void convert(MessageBytes mb)
throws java.io.IOException
- URLDecode, will modify the source
convert
public final java.lang.String convert(java.lang.String str)
Copyright ?? 2001 Apache Software Foundation. All Rights Reserved.