代码搜索:methods

找到约 10,000 项符合「methods」的源代码

代码结果 10,000
www.eeworm.com/read/304657/3788016

c gnu_java_nio_vmpipe.c

/* gnu_java_nio_VMPipe.c - Native methods for PipeImpl class Copyright (C) 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistri
www.eeworm.com/read/304657/3789419

java classhelper.java

/* ClassHelper.java -- Utility methods to augment java.lang.Class Copyright (C) 1998, 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you c
www.eeworm.com/read/292741/3941973

java mocklocationprovider.java

package org.j4me.bluetoothgps; import org.j4me.logging.*; /** * A LocationProvider for testing MIDlets. Methods on this class * can set locations manually. * * Make sur
www.eeworm.com/read/292144/3957751

txt ecn_internaldoc.txt

The ECN specification (X.692) describes how to make encodings different from the standardised methods, BER and PER with variants. ECN has a system with inter-working modules including ordinary ASN1 s
www.eeworm.com/read/291458/3966382

java base64.java

package net.jumperz.util; /** * Encodes and decodes to and from Base64 notation. * * * Change Log: * * * v1.4 - Added helper methods to read/write files. *
www.eeworm.com/read/288894/4001821

java hibernateproxyhelper.java

//$Id: HibernateProxyHelper.java 4453 2004-08-29 07:31:03Z oneovthafew $ package org.hibernate.proxy; /** * Utility methods for working with proxies. (this class is being phased out) * @auth
www.eeworm.com/read/287209/4025358

java textxy.java

/* * Swing version. */ import java.awt.*; import java.awt.event.*; import javax.swing.*; /* * Very simple applet that illustrates parameters to text-drawing methods. */ public class TextXY ext
www.eeworm.com/read/286192/4042194

h import2.h

// import2.h // testing the import of classes w/ virtual methods #ifndef __UNDERC__ #define EXPORT __declspec(dllexport) #else #define EXPORT #lib import2.dll #endif class EXPORT Base { p
www.eeworm.com/read/279177/4138838

java graphutil.java

package salvo.jesus.graph; import java.util.*; import java.io.*; import salvo.jesus.graph.algorithm.*; /** * Graph-level utility functions. This is a class with all static methods for * utilities
www.eeworm.com/read/275576/4174666

groovy fileappendtest.groovy

package org.codehaus.groovy.runtime; import java.io.File import java.io.Reader /** * Test File append and left shift methods in Groovy * * @author