public class FileDescriptor extends Object
FileDescriptor
implementation which allows to wrap an int
and provide a
FileDescriptor
for it.Constructor and Description |
---|
FileDescriptor(int fd) |
public int intValue()
public void close() throws IOException
IOException
public boolean isOpen()
true
if the file descriptor is open.Copyright © 2008–2015 The Netty Project. All rights reserved.