Package one.nio.os.bpf
Class Handle
java.lang.Object
one.nio.os.bpf.Handle
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
BpfObj
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Handle
public Handle(int fd)
-
-
Method Details
-
fd
public int fd() -
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-