jdk/src/share/classes/sun/nio/ch/IOStatus.java
changeset 12317 9670c1610c53
parent 11823 ee83ae88512d
child 12813 c10ab96dcf41
equal deleted inserted replaced
12316:ba6b7a51e226 12317:9670c1610c53
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 package sun.nio.ch;
    26 package sun.nio.ch;
    27 
    27 
       
    28 import javax.tools.annotation.GenerateNativeHeader;
    28 
    29 
    29 // Constants for reporting I/O status
    30 // Constants for reporting I/O status
    30 
    31 
       
    32 /* No native methods here, but the constants are needed in the supporting JNI code */
       
    33 @GenerateNativeHeader
    31 public final class IOStatus {
    34 public final class IOStatus {
    32 
    35 
    33     private IOStatus() { }
    36     private IOStatus() { }
    34 
    37 
    35     public static final int EOF = -1;              // End of file
    38     public static final int EOF = -1;              // End of file