Import GNU Classpath (20121202).
2012-12-19 Matthias Klose <doko@ubuntu.com> Import GNU Classpath (20121202). * Regenerate class and header files. * Regenerate auto* files. * sources.am, gcj/javaprims.h: Regenerate. * gnu/java/nio/FileLockImpl.java (close): New override. From-SVN: r194618
This commit is contained in:
@@ -48,7 +48,8 @@ package java.io;
|
||||
*
|
||||
* @see DataInput
|
||||
*/
|
||||
public interface ObjectInput extends DataInput
|
||||
public interface ObjectInput
|
||||
extends DataInput, AutoCloseable
|
||||
{
|
||||
/**
|
||||
* This method returns the number of bytes that can be read without
|
||||
|
||||
Reference in New Issue
Block a user