add getNativeLibrary() method
This commit is contained in:
parent
74f42105f3
commit
030fc2489e
|
@ -157,6 +157,10 @@ public class Sigar implements SigarProxy {
|
|||
}
|
||||
}
|
||||
|
||||
public File getNativeLibrary() {
|
||||
return this.loader.getNativeLibrary();
|
||||
}
|
||||
|
||||
/**
|
||||
* Format size in bytes to a human readable string.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue