add getNativeLibrary() method

This commit is contained in:
Doug MacEachern 2006-07-15 22:49:07 +00:00
parent 74f42105f3
commit 030fc2489e
1 changed files with 4 additions and 0 deletions

View File

@ -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.
*