Package jcifs
Interface Decodable
-
- All Known Subinterfaces:
AllocInfo,BasicFileInformation,CreateContextResponse,FileInformation,FileSystemInformation,NegotiateContextResponse,SecurityInfo
- All Known Implementing Classes:
ACE,DfsReferralResponseBuffer,EncryptionNegotiateContext,FileBasicInfo,FileBothDirectoryInfo,FileEndOfFileInformation,FileFsFullSizeInformation,FileFsSizeInformation,FileInternalInfo,FileNotifyInformationImpl,FileRenameInformation2,FileStandardInfo,LockingAndXRange,PreauthIntegrityNegotiateContext,Referral,SecurityDescriptor,SmbInfoAllocation,SrvCopyChunkCopyResponse,SrvPipePeekResponse,SrvRequestResumeKeyResponse,ValidateNegotiateInfoResponse
public interface Decodable- Author:
- mbechler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intdecode(byte[] buffer, int bufferIndex, int len)
-
-
-
Method Detail
-
decode
int decode(byte[] buffer, int bufferIndex, int len) throws SMBProtocolDecodingException- Parameters:
buffer-bufferIndex-len-- Returns:
- decoded length
- Throws:
SMBProtocolDecodingException
-
-