TrueZIP Kernel 7.0-rc2

de.schlichtherle.truezip.socket
Class ConcurrentInputShop.SynchronizedConcurrentReadOnlyFile

java.lang.Object
  extended by de.schlichtherle.truezip.rof.AbstractReadOnlyFile
      extended by de.schlichtherle.truezip.rof.DecoratingReadOnlyFile
          extended by de.schlichtherle.truezip.rof.SynchronizedReadOnlyFile
              extended by de.schlichtherle.truezip.socket.ConcurrentInputShop.SynchronizedConcurrentReadOnlyFile
All Implemented Interfaces:
ReadOnlyFile, Closeable
Enclosing class:
ConcurrentInputShop<E extends Entry>

@ThreadSafe
private final class ConcurrentInputShop.SynchronizedConcurrentReadOnlyFile
extends SynchronizedReadOnlyFile


Field Summary
 
Fields inherited from class de.schlichtherle.truezip.rof.SynchronizedReadOnlyFile
lock
 
Fields inherited from class de.schlichtherle.truezip.rof.DecoratingReadOnlyFile
delegate
 
Constructor Summary
private ConcurrentInputShop.SynchronizedConcurrentReadOnlyFile(ReadOnlyFile rof)
           
 
Method Summary
 void close()
          Closes this read-only file and releases any non-heap resources allocated for it.
 
Methods inherited from class de.schlichtherle.truezip.rof.SynchronizedReadOnlyFile
getFilePointer, length, read, read, seek
 
Methods inherited from class de.schlichtherle.truezip.rof.DecoratingReadOnlyFile
toString
 
Methods inherited from class de.schlichtherle.truezip.rof.AbstractReadOnlyFile
read, readFully, readFully
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConcurrentInputShop.SynchronizedConcurrentReadOnlyFile

private ConcurrentInputShop.SynchronizedConcurrentReadOnlyFile(ReadOnlyFile rof)
Method Detail

close

public void close()
           throws IOException
Description copied from interface: ReadOnlyFile
Closes this read-only file and releases any non-heap resources allocated for it.

Specified by:
close in interface ReadOnlyFile
Specified by:
close in interface Closeable
Overrides:
close in class SynchronizedReadOnlyFile
Throws:
IOException

TrueZIP Kernel 7.0-rc2

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