kaos.core.service.boot
Class HashCharConvertorReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.FilterReader
          extended by kaos.core.service.boot.HashCharConvertorReader
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable

public class HashCharConvertorReader
extends java.io.FilterReader

This class converts input hash ('#') characters to the '@' characters. $Revision: 1.3 $


Field Summary
 
Fields inherited from class java.io.FilterReader
in
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
HashCharConvertorReader(java.io.Reader in)
           
 
Method Summary
 int read()
           
 int read(char[] buf, int offset, int count)
           
 
Methods inherited from class java.io.FilterReader
close, mark, markSupported, ready, reset, skip
 
Methods inherited from class java.io.Reader
read, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashCharConvertorReader

public HashCharConvertorReader(java.io.Reader in)
Method Detail

read

public int read()
         throws java.io.IOException
Overrides:
read in class java.io.FilterReader
Throws:
java.io.IOException

read

public int read(char[] buf,
                int offset,
                int count)
         throws java.io.IOException
Overrides:
read in class java.io.FilterReader
Throws:
java.io.IOException