wtanaka.praya.yahoo
Class Utils

java.lang.Object
  |
  +--wtanaka.praya.yahoo.LibC
        |
        +--wtanaka.praya.yahoo.Utils
Direct Known Subclasses:
GTKYEvents, GTKYStatus

public class Utils
extends LibC

Meant to emulate http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/gtkyahoo/gtkyahoo/utils.c

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/02 09:30:19 $
Author:
Wesley Tanaka

Fields inherited from class wtanaka.praya.yahoo.LibC
FALSE, NULL, s_tokenizer, TRUE
 
Constructor Summary
Utils()
           
 
Method Summary
(package private) static java.lang.String strlower(java.lang.String in)
           
 
Methods inherited from class wtanaka.praya.yahoo.LibC
atoi, close, equal, free, fromCStyleByteArray, isdigit, isprint, main, memchr, printf, snprintf, strcasecmp, strcasecmp, strcat, strcmp, strcmp, strcpy, strcpy, strdup, strdup, strdup, strlen, strlen, strlen, strncasecmp, strncmp, strncmp, strncpy, strstr, strtok_r, strtok
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

strlower

static java.lang.String strlower(java.lang.String in)