[求助]找了俩小时还不知道FileDescriptor是什么
请知道的告知其使用方法
2006-06-07 20:24
查看API
public final class FileDescriptor
Instances of the file descriptor class serve as an opaque handle to the underlying machine-specific structure representing an open file, an open socket, or another source or sink of bytes. The main practical use for a file descriptor is to create a FileInputStream or FileOutputStream to contain it.
Applications should not create their own file descriptors.
FileInputStream, FileOutputStream
2006-06-08 11:07