TrueZIP Kernel 7.0-rc1

Uses of Class
de.schlichtherle.truezip.socket.InputSocket

Packages that use InputSocket
de.schlichtherle.truezip.fs Provides access to (possibly federated virtual) file systems. 
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 InputSocket in de.schlichtherle.truezip.fs
 

Subclasses of InputSocket in de.schlichtherle.truezip.fs
private  class FsCachingController.Input
           
private  class FsConcurrentController.Input
           
private  class FsFederatingController.Input
           
private  class FsStatisticsController.Input
           
 

Fields in de.schlichtherle.truezip.fs declared as InputSocket
private  InputSocket<?> FsCachingController.Cache.input
           
 

Methods in de.schlichtherle.truezip.fs that return InputSocket
 InputSocket<?> FsCachingController.Input.getBoundSocket()
           
 InputSocket<?> FsCachingController.Cache.getInputSocket()
           
 InputSocket<?> FsStatisticsController.getInputSocket(FsEntryName name, BitField<FsInputOption> options)
           
 InputSocket<?> FsFederatingController.getInputSocket(FsEntryName name, BitField<FsInputOption> options)
           
 InputSocket<?> FsDecoratingController.getInputSocket(FsEntryName name, BitField<FsInputOption> options)
           
abstract  InputSocket<?> FsController.getInputSocket(FsEntryName name, BitField<FsInputOption> options)
          Returns an input socket for reading the contents of the entry addressed by the given name from the file system.
 InputSocket<?> FsConcurrentController.getInputSocket(FsEntryName name, BitField<FsInputOption> options)
           
 InputSocket<?> FsCachingController.getInputSocket(FsEntryName name, BitField<FsInputOption> options)
           
 

Constructors in de.schlichtherle.truezip.fs with parameters of type InputSocket
FsConcurrentController.Input(InputSocket<?> input)
           
 

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

Subclasses of InputSocket in de.schlichtherle.truezip.fs.archive
private  class FsArchiveController.Input
           
 

Fields in de.schlichtherle.truezip.fs.archive declared as InputSocket
private  InputSocket<?> FsMultiplexedArchiveOutputShop.TempEntryOutputStream.input
           
 

Methods in de.schlichtherle.truezip.fs.archive that return InputSocket
(package private)  InputSocket<?> FsArchiveController.Input.getBoundSocket()
           
 InputSocket<?> FsArchiveController.getInputSocket(FsEntryName name, BitField<FsInputOption> options)
           
(package private)  InputSocket<?> FsDefaultArchiveController.getInputSocket(String name)
           
 InputSocket<? extends E> FsDefaultArchiveController.DummyInputService.getInputSocket(String name)
           
(package private) abstract  InputSocket<?> FsArchiveController.getInputSocket(String name)
           
 

Methods in de.schlichtherle.truezip.fs.archive with parameters of type InputSocket
abstract  InputShop<E> FsArchiveDriver.newInputShop(FsConcurrentModel model, InputSocket<?> input)
          Creates a new input shop for reading the archive entries of the the described archive from the given input socket's target.
 

Uses of InputSocket in de.schlichtherle.truezip.socket
 

Subclasses of InputSocket in de.schlichtherle.truezip.socket
private  class ByteArrayIOEntry.ByteArrayInputSocket
           
 class DecoratingInputSocket<E extends Entry>
          An abstract decorator for an input socket.
private  class IOCache.Buffer.BufferInputSocket
           
private  class IOCache.CacheInputSocket
           
 class LazyInputSocket<E extends Entry>
          A lazy input socket provides proxy read only files and input streams which acquire their underlying local target upon the first read access.
 

Fields in de.schlichtherle.truezip.socket declared as InputSocket
private  InputSocket<? extends E> DecoratingInputSocket.delegate
           
private  InputSocket<?> IOCache.input
           
private  InputSocket<?> OutputSocket.peer
           
 

Methods in de.schlichtherle.truezip.socket that return InputSocket
 InputSocket<E> InputSocket.bind(InputSocket<?> to)
          Binds the peer target of the given socket to this socket.
(package private)  InputSocket<E> InputSocket.connect(OutputSocket<?> newPeer)
          Connects this input socket to the given peer output socket.
private  InputSocket<?> IOCache.CacheInputSocket.getBoundSocket()
           
protected  InputSocket<? extends E> DecoratingInputSocket.getBoundSocket()
          Binds the decorated socket to this socket and returns it.
 InputSocket<?> IOCache.getInputSocket()
          Returns an input socket for reading the cached entry data.
private  InputSocket<?> IOCache.Buffer.getInputSocket()
           
 InputSocket<E> InputEntry.getInputSocket()
          Returns an input socket for reading this entry.
 InputSocket<ByteArrayIOEntry> ByteArrayIOEntry.getInputSocket()
           
 InputSocket<? extends E> InputService.getInputSocket(String name)
          Returns an input socket for read access to the given entry.
 InputSocket<? extends E> DecoratingInputShop.getInputSocket(String name)
           
 InputSocket<? extends E> ConcurrentInputShop.getInputSocket(String name)
           
 

Methods in de.schlichtherle.truezip.socket with parameters of type InputSocket
 InputSocket<E> InputSocket.bind(InputSocket<?> to)
          Binds the peer target of the given socket to this socket.
 IOCache IOCache.configure(InputSocket<?> input)
          Configures the input socket for reading the entry data from the backing store.
(package private)  OutputSocket<E> OutputSocket.connect(InputSocket<?> newPeer)
          Connects this output socket to the given peer input socket.
static void IOSocket.copy(InputSocket<?> input, OutputSocket<?> output)
          Copies an input stream created by the given input socket input to an output stream created by the given output socket output.
 

Constructors in de.schlichtherle.truezip.socket with parameters of type InputSocket
DecoratingInputSocket(InputSocket<? extends E> input)
           
LazyInputSocket(InputSocket<? extends E> input)
           
 


TrueZIP Kernel 7.0-rc1

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