kaos.core.service.boot
Class HashCharConvertorReader
java.lang.Object
java.io.Reader
java.io.FilterReader
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 $
Fields inherited from class java.io.FilterReader |
in |
Fields inherited from class java.io.Reader |
lock |
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 |
HashCharConvertorReader
public HashCharConvertorReader(java.io.Reader in)
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