TrueUpdate Core 0.3

net.java.trueupdate.core.zip.io
Class JarFileStore

java.lang.Object
  extended by net.java.trueupdate.core.zip.io.ZipFileStore
      extended by net.java.trueupdate.core.zip.io.JarFileStore
All Implemented Interfaces:
ZipSink, ZipSource, ZipStore

public class JarFileStore
extends ZipFileStore

A file based JAR store.

Author:
Christian Schlichtherle

Constructor Summary
JarFileStore(File file)
           
 
Method Summary
 ZipInput input()
          Returns a new ZIP input for reading its entries.
 ZipOutput output()
          Returns a new ZIP output for writing its entries.
 
Methods inherited from class net.java.trueupdate.core.zip.io.ZipFileStore
delete, exists
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarFileStore

public JarFileStore(File file)
Method Detail

input

public ZipInput input()
               throws IOException
Description copied from interface: ZipSource
Returns a new ZIP input for reading its entries.

Specified by:
input in interface ZipSource
Overrides:
input in class ZipFileStore
Throws:
IOException

output

public ZipOutput output()
                 throws IOException
Description copied from interface: ZipSink
Returns a new ZIP output for writing its entries.

Specified by:
output in interface ZipSink
Overrides:
output in class ZipFileStore
Throws:
IOException

TrueUpdate Core 0.3

Copyright © 2013 Schlichtherle IT Services. All rights reserved.