JAVAPI provides a set of. NET tool classes in the form of Java-like APIs.
Here are some sample code:
- SampleGZIPOutputStream2File.cs : GZip A file content into other file. (Example for:fileinputstream, FileOutputStream, Gzipoutputstream)
- SampleTextFileOutputStream.cs : Write text or binaries to file.? (Example for:fileoutputstream)
- SampleGetRuntimeInformations.cs : Read system information.? (Example for:systemj)
- SampleSendPlainMail.cs : Send a simple text email.? (Example for:javax.mail)
- SampleCreateNewProcess.cs : Create a new process.? (Example for:java.lang.Runtime)
- SampleSimpleHttpServer.cs : Create A simple multi threaded server.? (Example for:thread, Runnable, Socket, ServerSocket)
- SampleUsingChecksumClasses.cs :? Using checksum classes.? (Example for:adler32, CRC32)
- SampleUsingCollection.cs : Using collection classes.? (Example for ArrayList, Iterator, foreach, for)
JAVAPI provides a set of. NET tool classes in the form of Java-like APIs