TrueZIP Kernel 7.0-rc2

de.schlichtherle.truezip.fs
Class FsCachingController.Input

java.lang.Object
  extended by de.schlichtherle.truezip.socket.IOSocket<E,Entry>
      extended by de.schlichtherle.truezip.socket.InputSocket<E>
          extended by de.schlichtherle.truezip.socket.DecoratingInputSocket<Entry>
              extended by de.schlichtherle.truezip.fs.FsCachingController.Input
Enclosing class:
FsCachingController

private class FsCachingController.Input
extends DecoratingInputSocket<Entry>


Field Summary
(package private)  FsEntryName name
           
(package private)  BitField<FsInputOption> options
           
 
Constructor Summary
FsCachingController.Input(FsEntryName name, BitField<FsInputOption> options)
           
 
Method Summary
 InputSocket<?> getBoundSocket()
          Binds the decorated socket to this socket and returns it.
 
Methods inherited from class de.schlichtherle.truezip.socket.DecoratingInputSocket
getLocalTarget, getPeerTarget, newInputStream, newReadOnlyFile, toString
 
Methods inherited from class de.schlichtherle.truezip.socket.InputSocket
bind
 
Methods inherited from class de.schlichtherle.truezip.socket.IOSocket
copy, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

final FsEntryName name

options

final BitField<FsInputOption> options
Constructor Detail

FsCachingController.Input

FsCachingController.Input(FsEntryName name,
                          BitField<FsInputOption> options)
Method Detail

getBoundSocket

public InputSocket<?> getBoundSocket()
                              throws IOException
Description copied from class: DecoratingInputSocket
Binds the decorated socket to this socket and returns it.

Overrides:
getBoundSocket in class DecoratingInputSocket<Entry>
Returns:
The bound decorated socket.
Throws:
IOException

TrueZIP Kernel 7.0-rc2

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