TrueZIP Kernel 7.0-rc2

Uses of Interface
de.schlichtherle.truezip.socket.OutputService

Packages that use OutputService
de.schlichtherle.truezip.fs.archive Provides acces to archive files as if they were just directories. 
de.schlichtherle.truezip.socket Provides I/O sockets to address and resolve targets for I/O operations. 
 

Uses of OutputService in de.schlichtherle.truezip.fs.archive
 

Classes in de.schlichtherle.truezip.fs.archive that implement OutputService
private  class FsDefaultArchiveController.Output
          This member class makes this archive controller instance strongly reachable from any created output stream.
 class FsMultiplexedArchiveOutputShop<AE extends FsArchiveEntry>
          Decorates an OutputShop in order to support a virtually unlimited number of entries which may be written concurrently while actually at most one entry is written concurrently to the output archive output.
 

Methods in de.schlichtherle.truezip.fs.archive with parameters of type OutputService
private static
<E extends FsArchiveEntry,X extends IOException>
void
FsDefaultArchiveController.copy(FsArchiveFileSystem<E> fileSystem, InputService<E> input, OutputService<E> output, ExceptionHandler<IOException,X> handler)
           
 

Uses of OutputService in de.schlichtherle.truezip.socket
 

Subinterfaces of OutputService in de.schlichtherle.truezip.socket
 interface OutputShop<E extends Entry>
          A closable output service.
 

Classes in de.schlichtherle.truezip.socket that implement OutputService
 class ConcurrentOutputShop<E extends Entry>
          Decorates an OutputShop to add accounting and multithreading synchronization for all output streams created by the decorated output shop.
 class DecoratingOutputShop<E extends Entry,O extends OutputShop<E>>
          An abstract decorator for an output shop.
 


TrueZIP Kernel 7.0-rc2

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