Buffer.java: New stub file.

2002-10-07  Michael Koch  <konqueror@gmx.de>

	* java/nio/Buffer.java: New stub file.
	* java/nio/charset/spi/CharsetProvider.java: Commented out all usages
	of class Charset.
	* Makefile.am (java_native_source_files): Added java/nio/Buffer.java.
	* Makefile.in: Regenerated.

From-SVN: r57901
This commit is contained in:
Michael Koch 2002-10-07 13:56:38 +00:00 committed by Michael Koch
parent 0f31d44168
commit 0c59cbfaf6
5 changed files with 56 additions and 4 deletions

View file

@ -37,7 +37,7 @@ exception statement from your version. */
package java.nio.charset.spi;
import java.nio.charset.Charset;
//import java.nio.charset.Charset;
import java.util.Iterator;
/**
@ -84,5 +84,5 @@ public abstract class CharsetProvider
*
* @return the charset, or null if not supported
*/
public abstract Charset charsetForName(String name);
//public abstract Charset charsetForName(String name);
} // class CharsetProvider