- java.lang.Object
-
- de.ibapl.jnhw.posix.StringHeader
-
@Include("#include <string.h>") public class StringHeader extends Object
Wrapper around the<string.h>header. See specs at: string.h - string operations.- Author:
- aploese
-
-
Field Summary
Fields Modifier and Type Field Description static booleanHAVE_STRING_H
-
Constructor Summary
Constructors Constructor Description StringHeader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringstrerror(int errnum)static Stringstrerror_l(int errnum, Locale.Locale_t locale)static Stringstrsignal(int signum)POSIX.CX: strsignal - get name of signal.
-
-
-
Method Detail
-
strerror
public static final String strerror(int errnum)
-
strerror_l
public static final String strerror_l(int errnum, Locale.Locale_t locale) throws NoSuchNativeMethodException
- Throws:
NoSuchNativeMethodException- if the method strerror_l is not available natively.
-
strsignal
public static final String strsignal(int signum)
POSIX.CX: strsignal - get name of signal.
-
-