package com.sun.ukit.jaxp;

import java.io.IOException;
import java.io.InputStream;
import java.io.Reader;

public class ReaderUTF16 extends Reader
{

 public ReaderUTF16(InputStream inputstream_1, char char_1)
 {
 }
 
 public int read(char[] chars_1, int int_1, int int_2) throws IOException
 {
  return 0;
 }
 
 public int read() throws IOException
 {
  return 0;
 }
 
 public void close() throws IOException
 {
 }
 
}