ice.util.encoding
Class ReaderLatin1

java.lang.Object
  extended byjava.io.Reader
      extended byice.util.encoding.ReaderLatin1

public class ReaderLatin1
extends Reader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
ReaderLatin1(InputStream is)
           
ReaderLatin1(InputStream is, int decodingBufferSize)
           
 
Method Summary
 void close()
           
 int read()
           
 int read(char[] array, int offset, int length)
           
 boolean ready()
           
 void setWin1252Mode()
           
 long skip(long length)
           
 
Methods inherited from class java.io.Reader
mark, markSupported, read, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReaderLatin1

public ReaderLatin1(InputStream is)

ReaderLatin1

public ReaderLatin1(InputStream is,
                    int decodingBufferSize)
Method Detail

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