| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.squawk.platform.windows.LibCUtil
public class LibCUtil
Helper statics for LibC.
| Method Summary | |
|---|---|
| static int | errCheckNeg(int result)Utility class that checks result. | 
| static int | errno()Return the system errno value from the last native function call made by this Java thread. | 
| static int | errWarnNeg(int result)Utility class that warns if the result indicates an error. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static int errCheckNeg(int result)
                       throws IOException
result - 
IOExceptionpublic static int errWarnNeg(int result)
result - 
public static int errno()
| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||