public interface SmbPipeHandle extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputStream |
getInput() |
OutputStream |
getOutput() |
SmbPipeResource |
getPipe() |
boolean |
isOpen() |
boolean |
isStale() |
<T extends SmbPipeHandle> |
unwrap(Class<T> type) |
SmbPipeResource getPipe()
InputStream getInput() throws CIFSException
CIFSExceptionOutputStream getOutput() throws CIFSException
CIFSExceptionvoid close()
throws CIFSException
close in interface AutoCloseableCIFSExceptionAutoCloseable.close()boolean isOpen()
boolean isStale()
<T extends SmbPipeHandle> T unwrap(Class<T> type)
type - Copyright © 2018. All rights reserved.