TrueZIP Samples 7.1

de.schlichtherle.truezip.sample.file
Class Usage

java.lang.Object
  extended by 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!
 
Method Summary
(package private)  void cat1(String path)
           
(package private)  void cat2(String path)
           
(package private)  void performance1()
           
(package private)  void performance2()
           
(package private)  void performance3()
           
(package private)  void performance4()
           
(package private)  void umount1()
           
(package private)  void umount2()
           
(package private)  void umount3()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Usage

private Usage()
Nope!

Method Detail

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

TrueZIP Samples 7.1

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.