de.schlichtherle.truezip.sample.file
Class Usage
java.lang.Object
de.schlichtherle.truezip.sample.file.Usage
abstract class Usage
- extends Object
A collection of code snippets to demonstrate the usage of the API in the
TrueZIP File* module.
Because most of the snippets are useless in isolation, this class is not
available for applications.
The benefit of having this class at all is that these code snippets get
checked by the compiler and are subject for automated refactoring.
- Author:
- Christian Schlichtherle
|
Constructor Summary |
private |
Usage()
Nope! |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Usage
private Usage()
- Nope!
cat1
void cat1(String path)
throws IOException
- Throws:
IOException
cat2
void cat2(String path)
umount1
void umount1()
umount2
void umount2()
umount3
void umount3()
performance1
void performance1()
throws IOException
- Throws:
IOException
performance2
void performance2()
throws IOException
- Throws:
IOException
performance3
void performance3()
throws IOException
- Throws:
IOException
performance4
void performance4()
throws IOException
- Throws:
IOException
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.