jdk/src/share/classes/sun/nio/ch/IOStatus.java
changeset 12813 c10ab96dcf41
parent 12317 9670c1610c53
child 14342 8435a30053c1
equal deleted inserted replaced
12491:b3a91113026c 12813:c10ab96dcf41
    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;
       
    29 
    28 
    30 // Constants for reporting I/O status
    29 // Constants for reporting I/O status
    31 
    30 
    32 /* No native methods here, but the constants are needed in the supporting JNI code */
       
    33 @GenerateNativeHeader
       
    34 public final class IOStatus {
    31 public final class IOStatus {
    35 
    32 
    36     private IOStatus() { }
    33     private IOStatus() { }
    37 
    34 
    38     public static final int EOF = -1;              // End of file
    35     public static final int EOF = -1;              // End of file