"public static IOException readFully(Reader input,char[] buffer,int offset,int length)"

"public static IOException readFully(Reader input,char[] buffer)"

"public static IOException readFully(InputStream input,int length)"

"public static IOException readFully(InputStream input,byte[] buffer,int offset,int length)"

"public static IOException readFully(InputStream input,byte[] buffer)"

"public static IOException read(Reader input,char[] buffer,int offset,int length)"

"public static IOException read(Reader input,char[] buffer)"

"public static IOException read(InputStream input,byte[] buffer,int offset,int length)"

"public static IOException read(InputStream input,byte[] buffer)"