IO Section Index | Page 5

How do I read a zip file over the network from a URL through a ZipInputStream?

How do you filter the result of the list() method of the File object?

How do I display the Euro symbol?

How do I get a listing of all the files in a directory and its sub-directories?

How do I create a zip file and add more than one entry to the zip file?

Is there an easy way of counting line numbers? Or do you have to go through the entire file?

What is piped I/O used for?

Why aren't printing-related topics covered in the I/O FAQ? It seems like an I/O issue.

What are the practical differences, in terms of performance and functionality, between ZipInputStream/ZipOutputStream and GZIPInputStream/GZIPOutputStream?

I'm creating a zip file using the java.util.zip package. The created zip file has to be spilt, if it exceeds a size limit. How can I do this splitting of the file?

My C program opens a pipe and gets a file descriptor. Then it start a JVM with JNI and sends the file descriptor to the Java side. Is it now possible for me to write data to this pipe using the file descriptor from the Java code?

How do I set a system property when using an executable jar (one with an entry of Main-Class: ClassName)?

What's the serialver syntax to get the serialVersionUID of an array?

How can I implement the Unix "cksum" command in Java?

Is there any method in Java that will convert hexadecimal characters to binary characters?

About | Sitemap | Contact