Uses of Class
org.eclipse.ercp.xml.io.SimpleBufferedInputStream

Packages that use SimpleBufferedInputStream
org.eclipse.ercp.xml.io   
 

Uses of SimpleBufferedInputStream in org.eclipse.ercp.xml.io
 

Constructors in org.eclipse.ercp.xml.io with parameters of type SimpleBufferedInputStream
StreamDecoder_ASCII(SimpleBufferedInputStream stream)
          Constructor for StreamDecoder_ISO8859_1.
StreamDecoder_ISO8859_1(SimpleBufferedInputStream stream)
          Constructor for StreamDecoder_ISO8859_1.
StreamDecoder_UTF16BE(SimpleBufferedInputStream stream)
          Constructor for StreamDecoder_UTF16BE.
StreamDecoder_UTF16LE(SimpleBufferedInputStream stream)
          Constructor for StreamDecoder_UTF16LE.
StreamDecoder_UTF8(SimpleBufferedInputStream stream)
          Constructor for StreamDecoder_UTF8.