パッケージ jcifs
インタフェース Decodable
-
- 既知のサブインタフェースのリスト:
AllocInfo,BasicFileInformation,CreateContextResponse,FileInformation,FileSystemInformation,NegotiateContextResponse,SecurityInfo
- 既知の実装クラスのリスト:
ACE,DfsReferralResponseBuffer,EncryptionNegotiateContext,FileBasicInfo,FileBothDirectoryInfo,FileEndOfFileInformation,FileFsFullSizeInformation,FileFsSizeInformation,FileInternalInfo,FileNotifyInformationImpl,FileRenameInformation2,FileStandardInfo,LockingAndXRange,PreauthIntegrityNegotiateContext,Referral,SecurityDescriptor,SmbInfoAllocation,SrvCopyChunkCopyResponse,SrvPipePeekResponse,SrvRequestResumeKeyResponse,ValidateNegotiateInfoResponse
public interface Decodable- 作成者:
- mbechler
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 intdecode(byte[] buffer, int bufferIndex, int len)
-
-
-
メソッドの詳細
-
decode
int decode(byte[] buffer, int bufferIndex, int len) throws SMBProtocolDecodingException- パラメータ:
buffer-bufferIndex-len-- 戻り値:
- decoded length
- 例外:
SMBProtocolDecodingException
-
-