talx x1.0.5

talx.util
Class UnescapeInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended bytalx.util.UnescapeInputStream

public class UnescapeInputStream
extends java.io.FilterInputStream

InputStream that replaces escaped characters with the original character. While the stream is being read, the following substitutions are made:


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
UnescapeInputStream(java.io.InputStream in)
           
 
Method Summary
 int read()
           
 int read(byte[] b, int off, int len)
           
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnescapeInputStream

public UnescapeInputStream(java.io.InputStream in)
Method Detail

read

public int read()
         throws java.io.IOException
Throws:
java.io.IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws java.io.IOException
Throws:
java.io.IOException

talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.