ice.util.encoding
Class ReaderLatin1
java.lang.Object
java.io.Reader
ice.util.encoding.ReaderLatin1
- public class ReaderLatin1
- extends Reader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReaderLatin1
public ReaderLatin1(InputStream is)
ReaderLatin1
public ReaderLatin1(InputStream is,
int decodingBufferSize)
setWin1252Mode
public final void setWin1252Mode()
ready
public boolean ready()
throws IOException
- Throws:
IOException
read
public int read()
throws IOException
- Throws:
IOException
read
public int read(char[] array,
int offset,
int length)
throws IOException
- Throws:
IOException
skip
public long skip(long length)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException