com.sun.syndication.io.impl
クラス XmlFixerReader

java.lang.Object
  上位を拡張 java.io.Reader
      上位を拡張 com.sun.syndication.io.impl.XmlFixerReader
すべての実装されたインタフェース:
java.io.Closeable, java.lang.Readable

public class XmlFixerReader
extends java.io.Reader


フィールドの概要
protected  java.io.Reader in
           
 
クラス java.io.Reader から継承されたフィールド
lock
 
コンストラクタの概要
XmlFixerReader(java.io.Reader in)
           
 
メソッドの概要
 void close()
           
 void mark(int readAheadLimit)
           
 boolean markSupported()
           
 java.lang.String processHtmlEntities(java.lang.String s)
           
 int read()
           
 int read(char[] buffer, int offset, int len)
           
 boolean ready()
           
 void reset()
           
 long skip(long n)
           
 
クラス java.io.Reader から継承されたメソッド
read, read
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

in

protected java.io.Reader in
コンストラクタの詳細

XmlFixerReader

public XmlFixerReader(java.io.Reader in)
メソッドの詳細

read

public int read()
         throws java.io.IOException
オーバーライド:
クラス java.io.Reader 内の read
例外:
java.io.IOException

read

public int read(char[] buffer,
                int offset,
                int len)
         throws java.io.IOException
定義:
クラス java.io.Reader 内の read
例外:
java.io.IOException

skip

public long skip(long n)
          throws java.io.IOException
オーバーライド:
クラス java.io.Reader 内の skip
例外:
java.io.IOException

ready

public boolean ready()
              throws java.io.IOException
オーバーライド:
クラス java.io.Reader 内の ready
例外:
java.io.IOException

markSupported

public boolean markSupported()
オーバーライド:
クラス java.io.Reader 内の markSupported

mark

public void mark(int readAheadLimit)
          throws java.io.IOException
オーバーライド:
クラス java.io.Reader 内の mark
例外:
java.io.IOException

reset

public void reset()
           throws java.io.IOException
オーバーライド:
クラス java.io.Reader 内の reset
例外:
java.io.IOException

close

public void close()
           throws java.io.IOException
定義:
インタフェース java.io.Closeable 内の close
定義:
クラス java.io.Reader 内の close
例外:
java.io.IOException

processHtmlEntities

public java.lang.String processHtmlEntities(java.lang.String s)