public interface SmbPipeResource extends SmbResource
| Modifier and Type | Field and Description |
|---|---|
static int |
PIPE_TYPE_CALL
Pipe operations should behave like the
CallNamedPipe Win32 Named Pipe function. |
static int |
PIPE_TYPE_DCE_TRANSACT
Pipe is used for DCE
|
static int |
PIPE_TYPE_RDONLY
The pipe should be opened read-only.
|
static int |
PIPE_TYPE_RDWR
The pipe should be opened for both reading and writing.
|
static int |
PIPE_TYPE_TRANSACT
Pipe operations should behave like the
TransactNamedPipe Win32 Named Pipe function. |
static int |
PIPE_TYPE_UNSHARED
Pipe should use it's own exclusive transport connection
|
static int |
PIPE_TYPE_WRONLY
The pipe should be opened only for writing.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPipeType() |
SmbPipeHandle |
openPipe()
Create a pipe handle
|
canRead, canWrite, children, children, children, children, close, copyTo, createNewFile, createTime, delete, exists, fileIndex, getAttributes, getContext, getDiskFreeSpace, getLocator, getName, getOwnerGroup, getOwnerGroup, getOwnerUser, getOwnerUser, getSecurity, getSecurity, getShareSecurity, getType, isDirectory, isFile, isHidden, lastAccess, lastModified, length, mkdir, mkdirs, openInputStream, openInputStream, openInputStream, openOutputStream, openOutputStream, openOutputStream, openOutputStream, openRandomAccess, openRandomAccess, renameTo, renameTo, resolve, setAttributes, setCreateTime, setFileTimes, setLastAccess, setLastModified, setReadOnly, setReadWrite, watchstatic final int PIPE_TYPE_RDONLY
static final int PIPE_TYPE_WRONLY
static final int PIPE_TYPE_RDWR
static final int PIPE_TYPE_CALL
CallNamedPipe Win32 Named Pipe function.static final int PIPE_TYPE_TRANSACT
TransactNamedPipe Win32 Named Pipe function.static final int PIPE_TYPE_DCE_TRANSACT
static final int PIPE_TYPE_UNSHARED
int getPipeType()
SmbPipeHandle openPipe()
Copyright © 2021. All rights reserved.