The FileDescriptor class also contains static fields representing Standard Input, Output and Error. You can use these directly if desired but it is recommended you go through System.in, System.out, and System.err streams respectively.
Applications should not create new FileDescriptors. @see FileInputStream#getFD() @see FileOutputStream#getFD() @see RandomAccessFile#getFD()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|