Package org.apache.sshd.common.util.io
-
Interface Summary Interface Description FileInfoExtractor<T> -
Class Summary Class Description CloseableEmptyInputStream A/dev/null
stream that can be closed - in which case it will throwIOException
s if invoked after being closedDirectoryScanner Class for scanning a directory for files/directories which match certain criteria.EmptyInputStream A/dev/null
implementation - always openInputStreamWithChannel IoUtils TODO Add javadocLimitInputStream Reads from anotherInputStream
up to specified max.LoggingFilterOutputStream Dumps everything that is written to the stream to the loggerModifiableFileWatcher Watches over changes for a file and re-loads them if file has changed - including if file is deleted or (re-)createdNoCloseInputStream TODO Add javadocNoCloseOutputStream TODO Add javadocNoCloseReader NoCloseWriter NullInputStream A/dev/null
input streamNullOutputStream A {code /dev/null} output streamOutputStreamWithChannel