electric.util.io
Class FastStringReader
java.lang.Object
java.io.Reader
electric.util.io.FastStringReader
- public final class FastStringReader
- extends java.io.Reader
FastStringReader is a faster version of StringReader.
| Fields inherited from class java.io.Reader |
lock |
| Methods inherited from class java.io.Reader |
read |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastStringReader
public FastStringReader(java.lang.String string)
- Parameters:
string -
read
public int read()
read
public int read(char[] cbuf,
int offset,
int length)
- Parameters:
cbuf - offset - length -
skip
public long skip(long amount)
- Parameters:
amount -
ready
public boolean ready()
markSupported
public boolean markSupported()
mark
public void mark(int readAheadLimit)
- Parameters:
readAheadLimit -
reset
public void reset()
close
public void close()
copyright© 2001-2004 by webMethods All Rights Reserved.