パッケージ jcifs.internal.smb1.com
クラス SmbComNTCreateAndXResponse
- java.lang.Object
-
- jcifs.internal.smb1.ServerMessageBlock
-
- jcifs.internal.smb1.AndXServerMessageBlock
-
- jcifs.internal.smb1.com.SmbComNTCreateAndXResponse
-
- すべての実装されたインタフェース:
CommonServerMessageBlock,CommonServerMessageBlockRequest,CommonServerMessageBlockResponse,RequestWithPath,SmbBasicFileInfo,Message,Request,Response
public class SmbComNTCreateAndXResponse extends AndXServerMessageBlock implements SmbBasicFileInfo
-
-
フィールドの概要
-
クラスから継承されたフィールド jcifs.internal.smb1.ServerMessageBlock
batchLevel, byteCount, digest, errorCode, flags2, headerStart, length, mid, path, pid, SMB_COM_CHECK_DIRECTORY, SMB_COM_CLOSE, SMB_COM_CREATE_DIRECTORY, SMB_COM_DELETE, SMB_COM_DELETE_DIRECTORY, SMB_COM_ECHO, SMB_COM_FIND_CLOSE2, SMB_COM_LOCKING_ANDX, SMB_COM_LOGOFF_ANDX, SMB_COM_MOVE, SMB_COM_NEGOTIATE, SMB_COM_NT_CANCEL, SMB_COM_NT_CREATE_ANDX, SMB_COM_NT_TRANSACT, SMB_COM_NT_TRANSACT_SECONDARY, SMB_COM_OPEN_ANDX, SMB_COM_QUERY_INFORMATION, SMB_COM_READ_ANDX, SMB_COM_RENAME, SMB_COM_SEEK, SMB_COM_SESSION_SETUP_ANDX, SMB_COM_SET_INFORMATION, SMB_COM_TRANSACTION, SMB_COM_TRANSACTION_SECONDARY, SMB_COM_TRANSACTION2, SMB_COM_TREE_CONNECT_ANDX, SMB_COM_TREE_DISCONNECT, SMB_COM_WRITE, SMB_COM_WRITE_ANDX, tid, uid, wordCount
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 SmbComNTCreateAndXResponse(Configuration config)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 longgetAllocationSize()intgetAttributes()intgetCreateAction()longgetCreateTime()longgetCreationTime()intgetDeviceState()longgetEndOfFile()intgetExtFileAttributes()intgetFid()intgetFileType()longgetLastAccessTime()longgetLastWriteTime()bytegetOplockLevel()longgetSize()booleanisExtended()protected intreadBytesWireFormat(byte[] buffer, int bufferIndex)protected intreadParameterWordsWireFormat(byte[] buffer, int bufferIndex)voidsetExtended(boolean isExtended)StringtoString()protected intwriteBytesWireFormat(byte[] dst, int dstIndex)protected intwriteParameterWordsWireFormat(byte[] dst, int dstIndex)-
クラスから継承されたメソッド jcifs.internal.smb1.AndXServerMessageBlock
decode, encode, getAndx, getBatchLimit, getNext, getNextResponse, readAndXWireFormat, writeAndXWireFormat
-
クラスから継承されたメソッド jcifs.internal.smb1.ServerMessageBlock
addFlags2, allowChain, clearReceived, createCancel, equals, error, exception, getByteCount, getCommand, getConfig, getCreditCost, getDigest, getDomain, getErrorCode, getException, getExpiration, getFlags, getFlags2, getFullUNCPath, getGrantedCredits, getLength, getMid, getOverrideTimeout, getPath, getPid, getRawPayload, getResponse, getServer, getSignSeq, getTid, getUid, hashCode, ignoreDisconnect, isAsync, isCancel, isError, isExtendedSecurity, isForceUnicode, isReceived, isResolveInDfs, isResponse, isResponseAsync, isRetainPayload, isUseUnicode, isVerifyFailed, prepare, readHeaderWireFormat, readString, readString, readString, readStringLength, received, remFlags2, reset, retainPayload, setCommand, setDigest, setErrorCode, setExpiration, setExtendedSecurity, setFlags, setFlags2, setFullUNCPath, setMid, setOverrideTimeout, setPath, setPid, setRawPayload, setRequestCredits, setResolveInDfs, setResponse, setSessionId, setSignSeq, setTid, setUid, setUseUnicode, size, split, stringWireLength, verifySignature, writeHeaderWireFormat, writeString, writeString
-
-
-
-
コンストラクタの詳細
-
SmbComNTCreateAndXResponse
public SmbComNTCreateAndXResponse(Configuration config)
- パラメータ:
config-
-
-
メソッドの詳細
-
getFileType
public final int getFileType()
- 戻り値:
- the fileType
-
isExtended
public final boolean isExtended()
- 戻り値:
- the isExtended
-
setExtended
public final void setExtended(boolean isExtended)
- パラメータ:
isExtended- the isExtended to set
-
getOplockLevel
public final byte getOplockLevel()
- 戻り値:
- the oplockLevel
-
getFid
public final int getFid()
- 戻り値:
- the fid
-
getCreateAction
public final int getCreateAction()
- 戻り値:
- the createAction
-
getExtFileAttributes
public final int getExtFileAttributes()
- 戻り値:
- the extFileAttributes
-
getAttributes
public int getAttributes()
- 定義:
getAttributesインタフェース内SmbBasicFileInfo- 戻り値:
- file attributes
- 関連項目:
SmbBasicFileInfo.getAttributes()
-
getDeviceState
public final int getDeviceState()
- 戻り値:
- the deviceState
-
getCreationTime
public final long getCreationTime()
- 戻り値:
- the creationTime
-
getCreateTime
public long getCreateTime()
- 定義:
getCreateTimeインタフェース内SmbBasicFileInfo- 戻り値:
- file create time
- 関連項目:
SmbBasicFileInfo.getCreateTime()
-
getLastAccessTime
public final long getLastAccessTime()
- 定義:
getLastAccessTimeインタフェース内SmbBasicFileInfo- 戻り値:
- the lastAccessTime
-
getLastWriteTime
public final long getLastWriteTime()
- 定義:
getLastWriteTimeインタフェース内SmbBasicFileInfo- 戻り値:
- the lastWriteTime
-
getAllocationSize
public final long getAllocationSize()
- 戻り値:
- the allocationSize
-
getEndOfFile
public final long getEndOfFile()
- 戻り値:
- the endOfFile
-
getSize
public long getSize()
- 定義:
getSizeインタフェース内SmbBasicFileInfo- 戻り値:
- file size
- 関連項目:
SmbBasicFileInfo.getSize()
-
writeParameterWordsWireFormat
protected int writeParameterWordsWireFormat(byte[] dst, int dstIndex)
-
writeBytesWireFormat
protected int writeBytesWireFormat(byte[] dst, int dstIndex)- 定義:
writeBytesWireFormatクラス内ServerMessageBlock
-
readParameterWordsWireFormat
protected int readParameterWordsWireFormat(byte[] buffer, int bufferIndex)
-
readBytesWireFormat
protected int readBytesWireFormat(byte[] buffer, int bufferIndex)- 定義:
readBytesWireFormatクラス内ServerMessageBlock
-
toString
public String toString()
- オーバーライド:
toStringクラス内AndXServerMessageBlock
-
-